PHPackages                             frankhildebrandt/pimple-serviceaware-eventdispatcher - 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. frankhildebrandt/pimple-serviceaware-eventdispatcher

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

frankhildebrandt/pimple-serviceaware-eventdispatcher
====================================================

Eventdispatcher which knows pimple services

0.1.0(11y ago)03.2k1[1 issues](https://github.com/frankhildebrandt/pimpleaware-eventdispatcher/issues)[1 PRs](https://github.com/frankhildebrandt/pimpleaware-eventdispatcher/pulls)BSD-3-CLAUSEPHP

Since Aug 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/frankhildebrandt/pimpleaware-eventdispatcher)[ Packagist](https://packagist.org/packages/frankhildebrandt/pimple-serviceaware-eventdispatcher)[ RSS](/packages/frankhildebrandt-pimple-serviceaware-eventdispatcher/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

PimpleAwareEventDispatcher
==========================

[](#pimpleawareeventdispatcher)

The PimpleAwareEventDispatcher extends the original Symfony2 EventDispatcher with the ability to consume Pimple Services as EventListener. This gives your application the ability to lazy-instantiate its EventListeners.

Usage
-----

[](#usage)

```
use Fhild\Pimple\EventDispatcher\PimpleAwareEventDispatcher

$container = new Container();
$container['someservice'] = function() {
    return new SomeService();
};

$dispatcher = new PimpleAwareEventDispatcher($container);
$dispatcher->addListener("my.event", "someservice:onTest");

$event = $dispatcher->dispatch("my.event");

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94a62e623f377b423a3214d0a1f75f6d15a4d98e6e3eafdf95ddac0b5bb7ae5c?d=identicon)[frankhildebrandt](/maintainers/frankhildebrandt)

---

Top Contributors

[![frankhildebrandt](https://avatars.githubusercontent.com/u/458175?v=4)](https://github.com/frankhildebrandt "frankhildebrandt (10 commits)")[![trapp](https://avatars.githubusercontent.com/u/559823?v=4)](https://github.com/trapp "trapp (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/frankhildebrandt-pimple-serviceaware-eventdispatcher/health.svg)

```
[![Health](https://phpackages.com/badges/frankhildebrandt-pimple-serviceaware-eventdispatcher/health.svg)](https://phpackages.com/packages/frankhildebrandt-pimple-serviceaware-eventdispatcher)
```

###  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.9M387](/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)
