thruster/actions
Composer 安装命令:
composer require thruster/actions
包简介
Thruster Actions Component
关键字:
README 文档
README
[]
(https://github.com/ThrusterIO/actions/releases)
[
]
(LICENSE)
[
]
(https://travis-ci.org/ThrusterIO/actions)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/actions)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/actions)
[
]
(https://packagist.org/packages/thruster/actions)
The Thruster Actions Component implements many different patterns, to provide universal use of this component.
Install
Via Composer
$ composer require thruster/actions
Usage
$actions = new AllAction( new DoctrinePersistAction(new DataModifyAction('demo_group', $object)), new DataIndexAction('demo_index', 'demo_type', new DataMapAction('demo_mapper', $object)), new DataCacheAction($object) ); $executor->execute($actions);
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.
统计信息
- 总下载量: 118
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-29