PHPackages                             jowy/silex-pimple-aware-event-dispatcher - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jowy/silex-pimple-aware-event-dispatcher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jowy/silex-pimple-aware-event-dispatcher
========================================

Silex Pimple Aware Symfony Event Dispatcher

v1.0.0(11y ago)02161MITPHPPHP &gt;=5.5

Since Mar 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Atriedes/silex-pimple-aware-event-dispatcher)[ Packagist](https://packagist.org/packages/jowy/silex-pimple-aware-event-dispatcher)[ RSS](/packages/jowy-silex-pimple-aware-event-dispatcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

Silex Pimple Aware Event Dispatcher
-----------------------------------

[](#silex-pimple-aware-event-dispatcher)

Replace silex default event dispatcher with pimple aware event dispatcher

### Requirements

[](#requirements)

- PHP &gt;= 5.5
- Pimple &gt;= 3.0

### Installation

[](#installation)

`composer require jowy/silex-pimple-aware-event-dispatcher`

### Usage

[](#usage)

```
$app = new Application();

$app->register(new PimpleAwareEventDispatcherServiceProvider());

// register listener in DIC
$app["key"] = function () {
            return new TestListener();
        };

// register service locator id and method
$app["dispatcher"]->addListenerService("some.event", ["key", "method"]);

// dispatch event
$app["dispatcher"]->dispatch("some.event", new Event());
```

### License

[](#license)

MIT, see LICENSE

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/023a0bd17758df473ae6dad9f07575a8d0a8c36b06e83396b5962aecba38c722?d=identicon)[PrasWicaksono](/maintainers/PrasWicaksono)

### Embed Badge

![Health badge](/badges/jowy-silex-pimple-aware-event-dispatcher/health.svg)

```
[![Health](https://phpackages.com/badges/jowy-silex-pimple-aware-event-dispatcher/health.svg)](https://phpackages.com/packages/jowy-silex-pimple-aware-event-dispatcher)
```

###  Alternatives

[winzou/state-machine

A very lightweight yet powerful PHP state machine

52113.7M18](/packages/winzou-state-machine)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[ckfinder/ckfinder-symfony-bundle

CKFinder bundle for Symfony

42435.7k](/packages/ckfinder-ckfinder-symfony-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)[numero2/contao-storelocator

Contao Plugin for managing stores (or in common address data) and providing a frontend-search based on geo data

121.5k](/packages/numero2-contao-storelocator)

PHPackages © 2026

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