Doctrine Actions
[]
(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), (*1)
[]
(mailto:team@thruster.io), (*2)
The Thruster Doctrine Actions., (*3)
Install
Via Composer, (*4)
``` bash
$ composer require thruster/doctrine-actions, (*5)
## Usage
```php
$doctrineExecutor = new DoctrinePersistActionExecutor($entityManager);
$executor->addExecutor($doctrineExecutor::getSupportedAction(), $doctrineExecutor);
$executor->execute(new DoctrinePersistAction($object));
Testing
bash
$ composer test
, (*6)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*7)
License
Please see License File for more information., (*8)