thruster/data-mapper-actions

Thruster DataMapper Actions

1.0.0 2015-12-06 02:01 UTC

This package is auto-updated.

Last update: 2024-04-14 02:02:36 UTC


README

[Latest Version] (https://github.com/ThrusterIO/data-mapper-actions/releases) [Software License] (LICENSE) [Build Status] (https://travis-ci.org/ThrusterIO/data-mapper-actions) [Code Coverage] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [Quality Score] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-actions) [Total Downloads] (https://packagist.org/packages/thruster/data-mapper-actions)

[Email] (mailto:team@thruster.io)

The Thruster DataMapper Actions.

Install

Via Composer

$ composer require thruster/data-mapper-actions

Usage

$dataMapExecutor = new DataMapActionExecutor(new DataMappers());
$executor->addExecutor($dataMapExecutor::getSupportedAction(), $dataMapExecutor);

$executor->execute(new DataMapAction('mapper_name', $object));

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

Please see License File for more information.