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 3d 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 54% 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

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

[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)
