thruster/data-modifier-actions

Thruster DataModifier Actions

1.0.0 2015-12-05 16:37 UTC

This package is auto-updated.

Last update: 2024-04-14 01:41:22 UTC


README

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

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

The Thruster DataModifier Component Actions.

Install

Via Composer

$ composer require thruster/data-modifier-actions

Usage

$actionExecutor = new DataModifyActionExecutor(new DataModifierGroups());
$executor->addExecutor($actionExecutor::getSupportedAction, $actionExecutor);

$executor->execute(new DataModifyAction('demo_modifier_group', $input));

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

Please see License File for more information.