PHPackages                             developtech/agility-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. developtech/agility-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

developtech/agility-bundle
==========================

Bundle implementing agile project management features in your project

v0.3.0(9y ago)2477[62 issues](https://github.com/CraftCamp/AgilityBundle/issues)MITPHPPHP &gt;=5.5

Since Jul 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/CraftCamp/AgilityBundle)[ Packagist](https://packagist.org/packages/developtech/agility-bundle)[ RSS](/packages/developtech-agility-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (16)Versions (6)Used By (0)

DevelopTech Agility Bundle
==========================

[](#developtech-agility-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/f191fe223debb980535ef4cf63117fa231d98942e30364435b13cb525d8ba03c/68747470733a2f2f706f7365722e707567782e6f72672f646576656c6f70746563682f6167696c6974792d62756e646c652f762f737461626c65)](https://packagist.org/packages/developtech/agility-bundle)[![Total Downloads](https://camo.githubusercontent.com/eb055fef3e4e133b8d370eae2acded4a12f39b30cc0a6a464b7318dd04b32142/68747470733a2f2f706f7365722e707567782e6f72672f646576656c6f70746563682f6167696c6974792d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/developtech/agility-bundle)[![Build Status](https://camo.githubusercontent.com/6620730aec76a8d68c36449718af0cb00c18687f907cb8239612fc56cbdcfed6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446576656c6f70546563682f4167696c69747942756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DevelopTech/AgilityBundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/b529a258bab4d4b9c29d798ce68ed2b634fe13bd08b1afcc722ae44f766c71ac/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446576656c6f70546563682f4167696c69747942756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DevelopTech/AgilityBundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f4e437af7db583135ce3654c7465d5a721fd581c4fb14d8a9c71bbf95923bbf1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f446576656c6f70546563682f4167696c69747942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/DevelopTech/AgilityBundle/?branch=master)[![License](https://camo.githubusercontent.com/eb640187575bffbb5c6d1a8bad643730a2ce8c4487cb773be7fecc45b7097ea2/68747470733a2f2f706f7365722e707567782e6f72672f646576656c6f70746563682f6167696c6974792d62756e646c652f6c6963656e7365)](https://packagist.org/packages/developtech/agility-bundle)

Introduction
------------

[](#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
-------

[](#install)

As any Symfony bundle, you can install this one using composer :

```
composer require developtech/agility-bundle

```

Then, just enable the bundle in your AppKernel file.

```
