thruster / data-mapper-actions
Thruster 数据映射器动作
1.0.0
2015-12-06 02:01 UTC
Requires
- php: >=7.0
- thruster/actions: ~1.0
- thruster/data-mapper: ~1.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2024-09-14 03:03:23 UTC
README
[] (https://github.com/ThrusterIO/data-mapper-actions/releases) [
] (LICENSE) [
] (https://travis-ci.org/ThrusterIO/data-mapper-actions) [
] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [
] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [
] (https://packagist.org.cn/packages/thruster/data-mapper-actions)
Thruster 数据映射器动作。
安装
通过 Composer
$ composer require thruster/data-mapper-actions
使用方法
$dataMapExecutor = new DataMapActionExecutor(new DataMappers()); $executor->addExecutor($dataMapExecutor::getSupportedAction(), $dataMapExecutor); $executor->execute(new DataMapAction('mapper_name', $object));
测试
$ composer test
贡献
请参阅CONTRIBUTING和CONDUCT以获取详细信息。
许可证
请参阅许可文件获取更多信息。