qlimix / action
Mapping actions to an action resolver
1.0.0
2020-04-12 13:45 UTC
Requires
- php: >=7.4
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-10-13 00:36:21 UTC
README
Mapping an action object to the action resolver.
Install
Using Composer:
$ composer require qlimix/action
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.