thruster / doctrine-actions-bundle
Thruster DoctrineActions Bundle
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.0
- doctrine/doctrine-bundle: >=1.2
- symfony/dependency-injection: >= 2.5
- symfony/http-kernel: >= 2.5
- thruster/actions-bundle: ~1.0
- thruster/doctrine-actions: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-10-14 03:34:04 UTC
README
[] (https://github.com/ThrusterIO/doctrine-actions-bundle/releases) [] (LICENSE) [] (https://travis-ci.org/ThrusterIO/doctrine-actions-bundle) [] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions-bundle) [] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions-bundle) [] (https://packagist.org/packages/thruster/doctrine-actions-bundle)
The Thruster DoctrineActions Bundle.
Install
Via Composer
$ composer require thruster/doctrine-actions-bundle
Usage
new Thruster\Bundle\DoctrineActionsBundle\ThrusterDoctrineActionsBundle()
// Default entityManager $executor->execute(new DoctrinePersistAction($object)); // Custom entityManager $executor->execute(new DoctrinePersistAction('default', $object));
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.