idci/group-action-bundle
最新稳定版本:v6.0.0
Composer 安装命令:
composer require idci/group-action-bundle
包简介
A symfony bundle to create/run grouped actions.
README 文档
README
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:
"require": { ... "idci/group-action-bundle": "~2.0" },
Install these new dependencies in your application using composer:
$ php composer.phar update
Register needed bundles in your application kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new IDCI\Bundle\GroupActionBundle\IDCIGroupActionBundle(), ); }
That's it, you are ready to use the bundle.
Documentation
统计信息
- 总下载量: 58.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-06
