thruster / data-modifier-actions
Thruster DataModifier Actions
Installs: 20
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:thruster-actions
Requires
- php: >=7.0
- thruster/actions: ~1.0
- thruster/data-modifier: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-14 02:42:19 UTC
README
[] (https://github.com/ThrusterIO/data-modifier-actions/releases) [] (LICENSE) [] (https://travis-ci.org/ThrusterIO/data-modifier-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/data-modifier-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/data-modifier-actions) [] (https://packagist.org/packages/thruster/data-modifier-actions)
The Thruster DataModifier Component Actions.
Install
Via Composer
$ composer require thruster/data-modifier-actions
Usage
$actionExecutor = new DataModifyActionExecutor(new DataModifierGroups()); $executor->addExecutor($actionExecutor::getSupportedAction, $actionExecutor); $executor->execute(new DataModifyAction('demo_modifier_group', $input));
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.