kevinohara80/sfdc-trigger-framework
A minimal trigger framework for your Salesforce Apex Triggers observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4851
- days_rel: n/a
- days_push: 889
- n_releases_24m: 0
Adoption not part of the score
1046 stars · 551 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimal Salesforce Apex trigger framework providing a TriggerHandler base class that keeps triggers logicless by routing trigger context events to overridable handler methods. It also acts as a supervisor for trigger execution with APIs for controlling execution flow and bypassing handlers.
Use cases
- structure apex trigger logic into testable handler classes
- keep salesforce triggers logicless
- control trigger execution flow and bypass handlers
- manage before insert/update and after insert/update trigger contexts
- prevent recursive trigger execution in salesforce
- standardize trigger patterns across a salesforce org
When to choose
- you develop on the Salesforce platform with Apex
- you want a lightweight, minimal trigger handler pattern instead of a heavy framework
- you need testable, maintainable trigger logic with context-specific entry points
- you want built-in trigger recursion and bypass controls
When to avoid
- you are not working with Salesforce or Apex
- you need a full-featured enterprise trigger framework with extensive metadata-driven configuration
- your project uses Flow or declarative automation instead of Apex triggers
Facets
framework · maturity stable
middleware developer-tools testing developer-tools backend cloud self-hosted salesforce apex trigger-framework crm force-com sfdx automation
1 source
- readme: https://github.com/kevinohara80/sfdc-trigger-framework · fetched 2026-08-28 · f9da6da47def
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kevinohara80/sfdc-trigger-framework | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="kevinohara80/sfdc-trigger-framework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem