PHPackages                             vonuki/easyqueue - 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. [Framework](/categories/framework)
4. /
5. vonuki/easyqueue

ActiveProject[Framework](/categories/framework)

vonuki/easyqueue
================

Yii 2 Basic Project Template

v1.2(5y ago)0141[3 issues](https://github.com/Vonuki/easyqueue/issues)[2 PRs](https://github.com/Vonuki/easyqueue/pulls)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Sep 22Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Vonuki/easyqueue)[ Packagist](https://packagist.org/packages/vonuki/easyqueue)[ Docs](http://www.yiiframework.com/)[ RSS](/packages/vonuki-easyqueue/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (18)Versions (10)Used By (0)

Easyqueue project
=================

[](#easyqueue-project)

INSTALLATION
------------

[](#installation)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

You can then install this project template using the following command:

Get last version

```
php composer.phar create-project --prefer-source --stability=dev vonuki/easyqueue easyqueue

```

Get stable version

```
php composer.phar create-project --prefer-source --stability=stable vonuki/easyqueue easyqueue

```

As rsult you will have geet access via:

```
http://localhost/basic/web/

```

CONFIGURATION
-------------

[](#configuration)

### Database

[](#database)

Edit the file `config/db.php` with real data, for example:

```
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];
```

**NOTES:**

- Yii won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the `config/` directory to customize your application as required.
- Refer to the README in the `tests` directory for information specific to basic application tests.

### Migrations

[](#migrations)

All migrations by one transaction:

```
./yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations --interactive=0 && ./yii migrate/up --migrationPath=@yii/rbac/migrations --interactive=0 && ./yii migrate/up --migrationPath=migrations --interactive=0

```

Admin user will be created automatically.

NameValueid:1UserName:adminPassword:1234561. User migration:

```
$ ./yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations

```

2. For dectrium/rbac apllay migration:

```
$ ./yii migrate/up --migrationPath=@yii/rbac/migrations

```

3. For Queue apllay project migration:

```
$ ./yii migrate/up --migrationPath=migrations

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.8% 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.

###  Release Activity

Cadence

Every ~240 days

Total

3

Last Release

1923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9bc3c3ebbba4b06c622d3d13b43a8c75b80072ae5b879fb7a355600425454039?d=identicon)[vonuki](/maintainers/vonuki)

---

Top Contributors

[![Vonuki](https://avatars.githubusercontent.com/u/3238470?v=4)](https://github.com/Vonuki "Vonuki (95 commits)")[![ignik86](https://avatars.githubusercontent.com/u/52455613?v=4)](https://github.com/ignik86 "ignik86 (17 commits)")

---

Tags

frameworkyii2project templatebasic

### Embed Badge

![Health badge](/badges/vonuki-easyqueue/health.svg)

```
[![Health](https://phpackages.com/badges/vonuki-easyqueue/health.svg)](https://phpackages.com/packages/vonuki-easyqueue)
```

###  Alternatives

[skeeks/cms

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

13825.6k47](/packages/skeeks-cms)[yii2mod/base

Base application template for Yii2

531.3k](/packages/yii2mod-base)

PHPackages © 2026

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