thruster/doctrine-actions-bundle

Thruster DoctrineActions 扩展包

1.0.0 2015-12-05 20:00 UTC

This package is auto-updated.

Last update: 2024-09-14 03:18:43 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.cn/packages/thruster/doctrine-actions-bundle)

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

Thruster DoctrineActions 扩展包。

安装

通过 Composer

$ composer require thruster/doctrine-actions-bundle

使用

new Thruster\Bundle\DoctrineActionsBundle\ThrusterDoctrineActionsBundle()
// Default entityManager
$executor->execute(new DoctrinePersistAction($object));

// Custom entityManager
$executor->execute(new DoctrinePersistAction('default', $object));

测试

$ composer test

贡献

请参阅 贡献指南行为准则 以获取详细信息。

许可证

有关更多信息,请参阅 许可证文件