Download the PHP package idci/group-action-bundle without Composer
On this page you can find all versions of the php package idci/group-action-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download idci/group-action-bundle
More information about idci/group-action-bundle
Files in idci/group-action-bundle
Download idci/group-action-bundle
More information about idci/group-action-bundle
Files in idci/group-action-bundle
Vendor idci
Package group-action-bundle
Short Description A symfony bundle to create/run grouped actions.
License MIT
Package group-action-bundle
Short Description A symfony bundle to create/run grouped actions.
License MIT
Please rate this library. Is it a good library?
Informations about the package group-action-bundle
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.
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
Installation
Add dependencies in your composer.json
file:
Install these new dependencies in your application using composer:
Register needed bundles in your application kernel:
That's it, you are ready to use the bundle.
Documentation
- How to create a group action
- How to define group actions throught namespaces
- How to create a group action form in your Controller
- How to display the group action form in the view
All versions of group-action-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
symfony/framework-bundle Version >=2.8
doctrine/doctrine-bundle Version ^1.8|^2.0
symfony/framework-bundle Version >=2.8
doctrine/doctrine-bundle Version ^1.8|^2.0
The package idci/group-action-bundle contains the following files
Loading the files please wait ....