Download the PHP package yiiboot/event-dispatcher without Composer
On this page you can find all versions of the php package yiiboot/event-dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yiiboot/event-dispatcher
More information about yiiboot/event-dispatcher
Files in yiiboot/event-dispatcher
Package event-dispatcher
Short Description yii event dispatcher
License Apache-2.0
Homepage https://github.com/yiiboot
Informations about the package event-dispatcher
Yii Boot Event Dispatcher
An way to define an event listener with the AsEventListener PHP attribute. This allows to configure the listener inside its class, without having to add any configuration in external files
Requirements
- PHP 8.1 or higher.
Installation
The package could be installed with composer:
General usage
the config/params.php
the src/EventListener/MyMultiListener.php
Testing
Unit testing
The package is tested with PHPUnit. To run tests:
Mutation testing
The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
Code style
Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
Dependencies
Use ComposerRequireChecker to detect transitive Composer dependencies.
License
The Yii Boot Event Dispatcher is free software. It is released under the terms of the Apache-2.0 License.
Please see LICENSE
for more information.
Maintained by Yii Boot.
Support the project
Follow updates
Inspired && Thanks
All versions of event-dispatcher with dependencies
yiiboot/attributed Version ^2.0
yiisoft/arrays Version ^2.1
yiisoft/injector Version ^1.1
yiisoft/yii-event Version ^1.0