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 1w 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

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

1526d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f462934f8ed14974526240d3f3732144c90bef87038d8ede35a70dc315610696?d=identicon)[digphp](/maintainers/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/contracts

A set of abstractions extracted out of the Symfony components

3.9k64.6M103](/packages/symfony-contracts)[league/container

A fast and intuitive dependency injection container.

86787.8M343](/packages/league-container)[stella-maris/clock

A pre-release of the proposed PSR-20 Clock-Interface

7947.5M2](/packages/stella-maris-clock)

PHPackages © 2026

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