thruster / doctrine-actions
Thruster Doctrine Actions
1.0.0
2015-12-05 19:47 UTC
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-09-14 02:38:23 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.cn/packages/thruster/doctrine-actions)
Thruster Doctrine Actions。
安装
通过 Composer
$ composer require thruster/doctrine-actions
使用方法
$doctrineExecutor = new DoctrinePersistActionExecutor($entityManager); $executor->addExecutor($doctrineExecutor::getSupportedAction(), $doctrineExecutor); $executor->execute(new DoctrinePersistAction($object));
测试
$ composer test
贡献
请参阅 CONTRIBUTING 和 CONDUCT 以获取详细信息。
许可
请参阅许可文件获取更多信息。