thruster/data-mapper-actions

Thruster 数据映射器动作

安装: 18

依赖项: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:thruster-actions

1.0.0 2015-12-06 02:01 UTC

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)

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

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

贡献

请参阅CONTRIBUTINGCONDUCT以获取详细信息。

许可证

请参阅许可文件获取更多信息。