thruster / data-modifier-actions
Thruster 数据修改器动作
1.0.0
2015-12-05 16:37 UTC
Requires
- php: >=7.0
- thruster/actions: ~1.0
- thruster/data-modifier: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-09-14 02:30:12 UTC
README
[] (https://github.com/ThrusterIO/data-modifier-actions/releases) [
] (LICENSE) [
] (https://travis-ci.org/ThrusterIO/data-modifier-actions) [
] (https://scrutinizer-ci.com/g/ThrusterIO/data-modifier-actions) [
] (https://scrutinizer-ci.com/g/ThrusterIO/data-modifier-actions) [
] (https://packagist.org.cn/packages/thruster/data-modifier-actions)
Thruster 数据修改器组件动作。
安装
通过 Composer
$ composer require thruster/data-modifier-actions
用法
$actionExecutor = new DataModifyActionExecutor(new DataModifierGroups()); $executor->addExecutor($actionExecutor::getSupportedAction, $actionExecutor); $executor->execute(new DataModifyAction('demo_modifier_group', $input));
测试
$ composer test
贡献
请参阅 CONTRIBUTING 和 CONDUCT 以获取详细信息。
许可证
请参阅许可证文件获取更多信息。