2017 © Pedro Peláez
 

symfony-bundle actions-bundle

Thruster Actions Bundle

image

thruster/actions-bundle

Thruster Actions Bundle

  • Saturday, December 5, 2015
  • by gcds
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Actions Bundle

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

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

The Thruster Actions Bundle., (*3)

Install

Via Composer, (*4)

``` bash $ composer require thruster/actions-bundle, (*5)


## Usage This bundle wraps Actions Component and provides support actions as tagged services. Example configuration: ```xml <service id="some_action_executor" class="SomeActionExecutor"> <tag name="thruster_action_executor"/> </service>

Usage:, (*6)

$this->container->get('thruster_actions.executor')->execute(new AllAction('hello'));

Using provided trait:, (*7)

use ActionsAwareTrait;
//...
$this->executeActions(new AllAction('hello'));

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

License

Please see License File for more information., (*10)

The Versions

05/12 2015

dev-master

9999999-dev https://thruster.io

Thruster Actions Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony actions thruster

05/12 2015

1.0.0

1.0.0.0 https://thruster.io

Thruster Actions Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony actions thruster