thruster/doctrine-actions

Thruster Doctrine Actions

安装: 23

依赖者: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:thruster-actions

1.0.0 2015-12-05 19:47 UTC

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)

[邮件] (mailto:team@thruster.io)

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

贡献

请参阅 CONTRIBUTINGCONDUCT 以获取详细信息。

许可

请参阅许可文件获取更多信息。