dhii / psr-14
Interfaces for the PSR-14 standard.
Installs: 2 813
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
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: 2024-11-07 03:45:15 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.