PHPackages                             adlandh/yii2-app-console - 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. adlandh/yii2-app-console

AbandonedArchivedProject[Framework](/categories/framework)

adlandh/yii2-app-console
========================

Simple Yii 2 Console Project Template

1.0(8y ago)3793BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jan 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/adlandh/yii2-app-console)[ Packagist](https://packagist.org/packages/adlandh/yii2-app-console)[ Docs](https://github.com/adlandh/yii2-app-console)[ RSS](/packages/adlandh-yii2-app-console/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Simple Yii 2 Console Project Template
=====================================

[](#simple-yii-2-console-project-template)

Simple Yii 2 Console Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for rapidly creating console applications.

DIRECTORY STRUCTURE
-------------------

[](#directory-structure)

```
  commands/           contains console commands (controllers)
  config/             contains application configurations
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  vendor/             contains dependent 3rd-party packages

```

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

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

[](#installation)

### Install via Composer

[](#install-via-composer)

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:

```
php composer.phar global require "fxp/composer-asset-plugin:^1.2.0"
php composer.phar create-project --prefer-dist --stability=dev adlandh/yii2-app-console console

```

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.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~77 days

Total

3

Last Release

3242d ago

Major Versions

0.2 → 1.02017-06-26

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

consoleyiiconsoleframeworkyii2project template

### Embed Badge

![Health badge](/badges/adlandh-yii2-app-console/health.svg)

```
[![Health](https://phpackages.com/badges/adlandh-yii2-app-console/health.svg)](https://phpackages.com/packages/adlandh-yii2-app-console)
```

PHPackages © 2026

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