thruster / doctrine-actions-bundle
Thruster DoctrineActions 扩展包
1.0.0
2015-12-05 20:00 UTC
Requires
- php: >=7.0
- doctrine/doctrine-bundle: >=1.2
- symfony/dependency-injection: >= 2.5
- symfony/http-kernel: >= 2.5
- thruster/actions-bundle: ~1.0
- thruster/doctrine-actions: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
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)
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
贡献
许可证
有关更多信息,请参阅 许可证文件。