thruster / actions
Thruster Actions Component
1.1.0
2015-12-16 11:23 UTC
Requires
- php: >=7.0
- funct/funct: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-14 03:07:16 UTC
README
[] (https://github.com/ThrusterIO/actions/releases) [] (LICENSE) [] (https://travis-ci.org/ThrusterIO/actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/actions) [] (https://packagist.org/packages/thruster/actions)
The Thruster Actions Component implements many different patterns, to provide universal use of this component.
Install
Via Composer
$ composer require thruster/actions
Usage
$actions = new AllAction( new DoctrinePersistAction(new DataModifyAction('demo_group', $object)), new DataIndexAction('demo_index', 'demo_type', new DataMapAction('demo_mapper', $object)), new DataCacheAction($object) ); $executor->execute($actions);
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.