2017 © Pedro Peláez
 

symfony-bundle group-action-bundle

A symfony bundle to create/run grouped actions.

image

idci/group-action-bundle

A symfony bundle to create/run grouped actions.

  • Friday, July 27, 2018
  • by idciconsulting
  • Repository
  • 2 Watchers
  • 0 Stars
  • 95 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 0 % Grown

The README.md

GroupActionBundle

This Symfony bundle allows to run an action on several abstract data type (array, entities, documents, ...) throught a form. The purpose is to give a simple way to create actions and display a form., (*1)

Introduction

Glossary

  • A group action is a Symfony service that will do any work you want. It will run a sequence of intructions on a dataset.
  • A namespace is, as its name say, a namespace to defined a list of several group actions can be retrieved by the configured namespace.

UML Schema

Simple schema, (*2)

Installation

Add dependencies in your composer.json file:, (*3)

"require": {
    ...
     "idci/group-action-bundle": "~2.0"
},

Install these new dependencies in your application using composer:, (*4)

$ php composer.phar update

Register needed bundles in your application kernel:, (*5)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new IDCI\Bundle\GroupActionBundle\IDCIGroupActionBundle(),
    );
}

That's it, you are ready to use the bundle., (*6)

Documentation

The Versions

27/07 2018

dev-master

9999999-dev

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/07 2018

dev-feat/documentation

dev-feat/documentation

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

v2.3.1

2.3.1.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

2.3.x-dev

2.3.9999999.9999999-dev

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

v2.3.0

2.3.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

dev-hotfix/rename-exceptions

dev-hotfix/rename-exceptions

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/07 2018

v2.2.3

2.2.3.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/07 2018

v2.2.2

2.2.2.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/07 2018

2.0.x-dev

2.0.9999999.9999999-dev

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/07 2018

v2.2.1

2.2.1.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/07 2018

v2.2.0

2.2.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/07 2018

v2.1.1

2.1.1.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/07 2018

dev-feat/namespace

dev-feat/namespace

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/07 2018

v2.1.0

2.1.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/07 2018

v2.0.0

2.0.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/04 2018

v1.1.2

1.1.2.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/04 2018

v1.1.1

1.1.1.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/04 2018

v1.1.0

1.1.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/04 2018

v1.0.0

1.0.0.0

A symfony bundle to create/run grouped actions.

  Sources   Download

MIT

The Requires

 

The Development Requires