Skip to content

ThrusterIO/doctrine-actions-bundle

Repository files navigation

DoctrineActions Bundle

[Latest Version] (https://github.com/ThrusterIO/doctrine-actions-bundle/releases) [Software License] (LICENSE) [Build Status] (https://travis-ci.org/ThrusterIO/doctrine-actions-bundle) [Code Coverage] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions-bundle) [Quality Score] (https://scrutinizer-ci.com/g/ThrusterIO/doctrine-actions-bundle) [Total Downloads] (https://packagist.org/packages/thruster/doctrine-actions-bundle)

[Email] (mailto:team@thruster.io)

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.