PHPackages                             gorg/trigger-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. gorg/trigger-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

gorg/trigger-bundle
===================

An Bundle to listen envent and serialize it into other db (for replication use)

0901PHP

Since Feb 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/matgou/GorgReplicationTriggerBundle)[ Packagist](https://packagist.org/packages/gorg/trigger-bundle)[ RSS](/packages/gorg-trigger-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Configure the bundle to listen on event like this

Create an event inherit from Event/TriggerEvent

gorg\_replication\_trigger: pdo\_connections: platal: dsn: %g6dat\_db\_dsn% user: %g6dat\_db\_user% password: %g6dat\_db\_password% trigger: pla\_accounts: entityManager: platal type: pdoSingleRaw event: "gram.account.change" config: new: "INSERT INTO accounts (hruid, type, is\_admin, state, full\_name, directory\_name, display\_name, lastname, firstname, sex, password, email, registration\_date) VALUES (:hruid, 'gadz', 0, :enable, CONCAT\_WS(' ',:firstname, :lastname), CONCAT\_WS(' ', :lastname, :firstname), :firstname, :lastname, :firstname, 'male', :password, :email, NOW())" update: "UPDATE accounts SET state=:enable, full\_name=CONCAT\_WS(' ',:firstname, :lastname), directory\_name=CONCAT\_WS(' ', :lastname, :firstname), firstname=firstname, lastname=:lastname, password=:password, email=:email WHERE hruid=:hruid" remove: "DELETE FROM accounts WHERE hruid=:hruid" mapping: hruid: hruid password: password firstname: firstname lastname: lastname enable: enable email: email

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b67efc6c52995fe519459b0fe23f8d3b920cc4f4282fc420fc1424e1895f17de?d=identicon)[matgou](/maintainers/matgou)

---

Top Contributors

[![matgou](https://avatars.githubusercontent.com/u/1119417?v=4)](https://github.com/matgou "matgou (16 commits)")

### Embed Badge

![Health badge](/badges/gorg-trigger-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gorg-trigger-bundle/health.svg)](https://phpackages.com/packages/gorg-trigger-bundle)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
