PHPackages                             rgies/awt-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. rgies/awt-bundle

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

rgies/awt-bundle
================

Agile Workgroup Tool

022JavaScript

Since Jun 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rgies/awt-bundle)[ Packagist](https://packagist.org/packages/rgies/awt-bundle)[ RSS](/packages/rgies-awt-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Agile Workgroup Tool
====================

[](#agile-workgroup-tool)

This is a agile agency software to handle agile team processes.

Installation
------------

[](#installation)

Add the following code to your `composer.json` file:

```
"require": {
    ..
    "rgies/awt-bundle": "dev-master"
},

```

And then run the Composer update command:

```
$ php composer.phar update rgies/awt-bundle

```

Then register the bundle in the `app/AppKernel.php` file:

```
public function registerBundles()
{
    $bundles = array(
        ...
        new RGies\AwtBundle\AwtBundle(),
        ...
    );

    return $bundles;
}

```

Add the required routing settings in the `app\config\routing.yml` file:

```
awt:
	resource: "@AwtBundle/Controller/"
	type:	annotation
	prefix:	/

```

Add the jira configuration in the `app\config\config.yml` file:

```
# Agile Workgroup Tool Configuration
awt:
    jira_connector:
        protocol: https
        url: jira.your_domain.com
        login: xxx
        password: xxx

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/53dd4b47b134b95be4ef073b1b674e51d73e5c3f2f00f5493f544df04fff2ae5?d=identicon)[rgies](/maintainers/rgies)

---

Top Contributors

[![rgies](https://avatars.githubusercontent.com/u/2444731?v=4)](https://github.com/rgies "rgies (4 commits)")

### Embed Badge

![Health badge](/badges/rgies-awt-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rgies-awt-bundle/health.svg)](https://phpackages.com/packages/rgies-awt-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
