Download the PHP package developtech/agility-bundle without Composer
On this page you can find all versions of the php package developtech/agility-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download developtech/agility-bundle
More information about developtech/agility-bundle
Files in developtech/agility-bundle
Package agility-bundle
Short Description Bundle implementing agile project management features in your project
License MIT
Informations about the package agility-bundle
DevelopTech Agility Bundle
Introduction
This Symfony bundle is meant to implement a full project-management tool inside your application.
It contains all the needed features to manage a project, with its user stories, its tasks, its sprints, its feedbacks...
This tool is designed to handle Agile projects. It is meant for scrum masters, product owners and of course developers.
The purpose of this project is to make easier the usage of Agile ways in a project, and to help end-users to receive feedbacks from their final users.
It is designed to handle beta tests, sprints, engagements, costings and whatever part of the Agile way of work.
Install
As any Symfony bundle, you can install this one using composer :
Then, just enable the bundle in your AppKernel file.
Some of the bundle entities must be mapped to your user class.
That's why you must set your user class as a bundle configuration.
Let's begin with some configuration :
Now you're done, you can use it the way you want !
Documentation
- Projects
- Features (User stories)
- Feedbacks
All versions of agility-bundle with dependencies
symfony/framework-bundle Version ~2.3|~3.0
symfony/twig-bundle Version ~2.3|~3.0
symfony/yaml Version ~2.3|~3.0
symfony/security-bundle Version ~2.3|~3.0
symfony/debug-bundle Version ~2.3|~3.0
symfony/web-profiler-bundle Version ~2.3|~3.0
sensio/distribution-bundle Version ^5.0
sensio/generator-bundle Version ~2.3|~3.0
symfony/form Version ~2.3|~3.0
symfony/validator Version ~2.3|~3.0
sensio/framework-extra-bundle Version ~2.3|~3.0