slick / event
Simple PSR-14 event handling implementation.
v1.0.0
2020-04-26 23:20 UTC
Requires
- php: >=7.2
- ext-json: *
- psr/event-dispatcher: ^1.0@dev
- ramsey/uuid: ^4.0@dev
Requires (Dev)
- phpspec/phpspec: ^6.1@dev
- squizlabs/php_codesniffer: ^3.0@dev
This package is auto-updated.
Last update: 2024-10-27 09:09:52 UTC
README
slick/event
is a simple PSR-14 event handling implementation.
This package is compliant with PSR-2 code standards and PSR-4 autoload standards. It also applies the semantic version 2.0.0 specification.
Install
Via Composer
$ composer require slick/event
Usage
Testing
We use PHPSpec for unit testing.
# unit tests
$ vendor/bin/phpspec
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email slick.framework@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.