PHPackages                             zabachok/yii2-vega - 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. zabachok/yii2-vega

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

zabachok/yii2-vega
==================

Simple task tracker

0.0.1(9y ago)016MITPHP

Since May 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zabachok/yii2-vega)[ Packagist](https://packagist.org/packages/zabachok/yii2-vega)[ RSS](/packages/zabachok-yii2-vega/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Vega is the task tracker
========================

[](#vega-is-the-task-tracker)

Simple personal task tracker

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist zabachok/yii2-vega "*"

```

or add

```
"zabachok/yii2-vega": "*"

```

to the require section of your `composer.json` file.

Then run module migration:

```
./yii migrate --migrationPath=@vendor/zabachok/yii2-vega/migrations

```

Activating
----------

[](#activating)

Add to you config file:

```
'modules' => [
    ...
    'vega'     => [
        'class'     => 'zabachok\vega\Module',
    ],
]
```

and to your menu:

```
    echo Nav::widget([
        'options' => ['class' => 'navbar-nav navbar-left'],
        'items' => [
        ...
            [
                'label' => 'Tasks',
                'items' => [
                    ['label' => 'Projects', 'url' => ['/vega/project/index']],
                    ['label' => 'Tasks', 'url' => ['/vega/task/index']],
                ],
            ]
        ],
    ]);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

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

3292d ago

### Community

Maintainers

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

---

Tags

yii2tasktrackervega

### Embed Badge

![Health badge](/badges/zabachok-yii2-vega/health.svg)

```
[![Health](https://phpackages.com/badges/zabachok-yii2-vega/health.svg)](https://phpackages.com/packages/zabachok-yii2-vega)
```

###  Alternatives

[webtoolsnz/yii2-scheduler

A scheduled task runner for Yii2 applications

1881.1k](/packages/webtoolsnz-yii2-scheduler)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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