PHPackages                             digphp/psr14 - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. digphp/psr14

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

digphp/psr14
============

php psr14

1.0.0(4y ago)0161GPL-3.0PHP

Since Mar 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/digphp/psr14)[ Packagist](https://packagist.org/packages/digphp/psr14)[ RSS](/packages/digphp-psr14/feed)WikiDiscussions master Synced 3w ago

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

psr14
=====

[](#psr14)

php psr14

Installation
------------

[](#installation)

```
composer require digphp/psr14
```

Usage
-----

[](#usage)

```
$event = new Event;

$event->listen(function (stdClass $obj) {
    echo 'foo';
}, 2);
$event->listen(function (stdClass $obj) {
    echo 'bar';
}, 1);
$event->listen(function (stdClass $obj) {
    echo 'baz';
}, 3);

$obj = new stdClass;
$event->dispatch($obj);
// baz foo bar
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

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

1572d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101305162?v=4)[digphp](/maintainers/digphp)[@digphp](https://github.com/digphp)

---

Top Contributors

[![digphp](https://avatars.githubusercontent.com/u/101305162?v=4)](https://github.com/digphp "digphp (5 commits)")[![wseng](https://avatars.githubusercontent.com/u/6572161?v=4)](https://github.com/wseng "wseng (1 commits)")

### Embed Badge

![Health badge](/badges/digphp-psr14/health.svg)

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[symfony/contracts

A set of abstractions extracted out of the Symfony components

3.9k65.9M137](/packages/symfony-contracts)[symfony/mailer

Helps sending emails

1.6k409.1M1.4k](/packages/symfony-mailer)[league/container

A fast and intuitive dependency injection container.

86894.4M441](/packages/league-container)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12310.5M135](/packages/web-auth-webauthn-lib)

PHPackages © 2026

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