phpactor / phly-event-dispatcher
Experimental event dispatcher for PSR-14
2.1.0
2024-08-03 18:04 UTC
Requires
- php: ^7.3||^8.0
- psr/container: ^1.0||^2.0
- psr/event-dispatcher: ^1.0
Requires (Dev)
- fig/event-dispatcher-util: ^1.0
- friendsofphp/php-cs-fixer: ^2.17
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.0.0
- zendframework/zend-coding-standard: ~1.0.0
Provides
Conflicts
- phpspec/prophecy: <1.7.5
This package is auto-updated.
Last update: 2024-11-03 18:31:46 UTC
README
FORK: This library is a fork of phly-event-dispatcher in order to allow PHP 8 compatiblity. Changes as follows:
- Removed ReflectionBasedListenerProvider
This library provides an experimental implementation of PSR-14 (Event Dispatcher).
Installation
Run the following to install this library:
$ composer require phly/phly-event-dispatcher
Documentation
Documentation is available in the docs/book/ tree.
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.