thruster/doctrine-actions

Thruster Doctrine Actions

1.0.0 2015-12-05 19:47 UTC

This package is auto-updated.

Last update: 2024-04-14 01:46:44 UTC


README

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

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

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.