定制 developtech/agility-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

developtech/agility-bundle

最新稳定版本:v0.3.0

Composer 安装命令:

composer require developtech/agility-bundle

包简介

Bundle implementing agile project management features in your project

README 文档

README

Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality License

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 :

composer require developtech/agility-bundle

Then, just enable the bundle in your AppKernel file.

<?php
class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = [
            // ...
            new Developtech\AgilityBundle\DeveloptechAgilityBundle()
        ];
    }
}

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 :

# app/config/config.yml
developtech_agility:
    user_class: AppBundle\Entity\User

Now you're done, you can use it the way you want !

Documentation

统计信息

  • 总下载量: 455
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-13