thruster / doctrine-actions
Thruster Doctrine Actions
Installs: 23
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:thruster-actions
Requires
- php: >=7.0
- doctrine/orm: >=2.2
- thruster/actions: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-14 02:52:28 UTC
README
[] (https://github.com/ThrusterIO/doctrine-actions/releases) [] (LICENSE) [] (https://travis-ci.org/ThrusterIO/doctrine-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions) [] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions) [] (https://packagist.org/packages/thruster/doctrine-actions)
The Thruster Doctrine Actions.
Install
Via Composer
$ composer require thruster/doctrine-actions
Usage
$doctrineExecutor = new DoctrinePersistActionExecutor($entityManager); $executor->addExecutor($doctrineExecutor::getSupportedAction(), $doctrineExecutor); $executor->execute(new DoctrinePersistAction($object));
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.