dhii / psr-14
Interfaces for the PSR-14 standard.
v0.1.1-alpha1
2018-03-12 23:30 UTC
Requires
- php: ^5.3 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
Replaces
- srayner/psr14: 1.0.x
This package is auto-updated.
Last update: 2026-03-07 06:41:49 UTC
README
Details
This package holds the interfaces for the PSR-14 standard as it used to be when it was "Event Manager". When the standard actually enters a draft state, and the FIG publishes it separately, this package may become deprecated. However, we will maintain compatibility where possible, and will release versions with proper stability.
Version Guide
0.1.x- This focuses on the orignal specification. If the spec changes, a new patch version will be released. There may be alpha, beta, and other unstable pre-prod versions to mirror advancements in the original spec. If the spec breaks BC, the minor version number will increase.
Interfaces
EventManagerInterface- Takes care of dispatching events and maintaining handler association.EventInterface- Represents an event.