thruster / data-mapper-actions
Thruster DataMapper Actions
Installs: 18
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-mapper: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-14 03:10:13 UTC
README
[] (https://github.com/ThrusterIO/data-mapper-actions/releases) [] (LICENSE) [] (https://travis-ci.org/ThrusterIO/data-mapper-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [] (https://packagist.org/packages/thruster/data-mapper-actions)
The Thruster DataMapper Actions.
Install
Via Composer
$ composer require thruster/data-mapper-actions
Usage
$dataMapExecutor = new DataMapActionExecutor(new DataMappers()); $executor->addExecutor($dataMapExecutor::getSupportedAction(), $dataMapExecutor); $executor->execute(new DataMapAction('mapper_name', $object));
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.