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)02701MITPHPPHP &gt;=5.5

Since Mar 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/praswicaksono/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 today

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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

4116d 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

[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.3k](/packages/friendsofphp-php-cs-fixer)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)

PHPackages © 2026

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