PHPackages                             phpnomad/event - 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. phpnomad/event

ActiveLibrary

phpnomad/event
==============

1.0.0(1y ago)02.5k↓50%[1 issues](https://github.com/phpnomad/event/issues)10MITPHPCI passing

Since Jan 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/phpnomad/event)[ Packagist](https://packagist.org/packages/phpnomad/event)[ Docs](https://github.com/phpnomad/core)[ RSS](/packages/phpnomad-event/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (10)

PHPNomad Repository
===================

[](#phpnomad-repository)

This is a new repository for PHPNomad. I'm sure it'll be really cool, but I don't have much else to say about it yet. Hang tight, I'm sure this will change :)

Example of Binding For an Integration
-------------------------------------

[](#example-of-binding-for-an-integration)

```
class OrderReceived implements Event
{
    public function __construct(int $orderId)
    {
        $this->orderId = $orderId;
    }
    public static function getId(): string
    {
        return 'orderReceived';
    }
}

final class WooCommerceIntegration implements Loadable
{
    use HasSettableContainer;

    public function load(): void
    {
        $bindingInstance = $this->container->get(ActionBindingStrategy::class);

        $bindingInstance->bindAction(
            OrderReceived::class,
            'woocommerce_order_status_completed',
            fn(int $orderId) => new OrderReceived($orderId)
        );
    }
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance42

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

516d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e6206223bd6f2a57b8ac80605b1b5c3521faaec18ad3f20f25fb728a9a13784?d=identicon)[tstandiford](/maintainers/tstandiford)

---

Top Contributors

[![alexstandiford](https://avatars.githubusercontent.com/u/8210827?v=4)](https://github.com/alexstandiford "alexstandiford (19 commits)")[![malayladu](https://avatars.githubusercontent.com/u/708174?v=4)](https://github.com/malayladu "malayladu (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/phpnomad-event/health.svg)

```
[![Health](https://phpackages.com/badges/phpnomad-event/health.svg)](https://phpackages.com/packages/phpnomad-event)
```

PHPackages © 2026

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