PHPackages                             wowworks/team-analysis - 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. wowworks/team-analysis

ActiveProject[Utility &amp; Helpers](/categories/utility)

wowworks/team-analysis
======================

BI tool for development team

1.0(5y ago)00MITPHPPHP &gt;=7.1

Since Mar 1Pushed 5y ago3 watchersCompare

[ Source](https://github.com/wowworks-team/team-analysis)[ Packagist](https://packagist.org/packages/wowworks/team-analysis)[ RSS](/packages/wowworks-team-analysis/feed)WikiDiscussions master Synced 1w ago

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

[![Build Status](https://camo.githubusercontent.com/9e86d018efefd67e21c08de1c3fdfb7f158f57017af47b72c7ab180523163454/68747470733a2f2f7472617669732d63692e6f72672f776f77776f726b732d7465616d2f7465616d2d616e616c797369732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wowworks-team/team-analysis)

Analysis
========

[](#analysis)

Bitbucket settings
------------------

[](#bitbucket-settings)

1. Log into BitBucket
2. Visit the Settings page for your organization
3. Click the "OAuth" tab under "Access Management"
4. Click the Add Consumer button. Attention! You will need to grant read access to the section: "Account".
5. Configure and save.

Jira settings
-------------

[](#jira-settings)

### Add OAuth Consumer

[](#add-oauth-consumer)

1. Create \[API Token\] ()

Usage
-----

[](#usage)

1. Run command `php init`.
2. Set the Key and Secret shown in the new entry in the list of OAuth consumers at `\common\config\params-local.php`.

```
    'bitbucket' => [
        'key' =>
        'secret' => ,
                'workspace' => ,
                'repositories' => [
                    ,

                ],
    ]
```

For example in URL : teamsinspace - `your-workspace`; documentation-tests - `you-repository-slag`.

3.Add settings for connecting to the database at `\common\config\params-local.php`

```
    'components' => [
        'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => '',
            'password' => '',
            'username' => '',
            'charset' => 'utf8',
        ],
    ]
```

4.Set your Jira params at `\common\config\params-local.php`.

```
    'jira' => [
        'host' =>
        'user' => ,
        'token' => ,
        'projectKeys' => [
            ,

        ]
    ]
```

5.Apply migrations `php yii migrate`.

6.Run command `php yii cron/sync "dateFrom"`. Where "dateFrom" is the date from the beginning of which you need to download the data, the "dateFrom" must be in the format "Y-m-d". When the command run without argument "dateFrom", data will be loaded for the last 24 hours.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b00a1b181f1da3ddd7f208b541a0b37db0fe8a7504b75fd8fd9d588cf3f53e98?d=identicon)[wowworks](/maintainers/wowworks)

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wowworks-team-analysis/health.svg)

```
[![Health](https://phpackages.com/badges/wowworks-team-analysis/health.svg)](https://phpackages.com/packages/wowworks-team-analysis)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[tourze/workerman-yii2

541.3k](/packages/tourze-workerman-yii2)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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