PHPackages                             m1ke-cerber/yii2-app-mini - 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. m1ke-cerber/yii2-app-mini

ActiveProject[Framework](/categories/framework)

m1ke-cerber/yii2-app-mini
=========================

Yii 2 Minimized Project Template

340PHP

Since Apr 22Pushed 9y agoCompare

[ Source](https://github.com/m1ke-cerber/yii2-app-mini)[ Packagist](https://packagist.org/packages/m1ke-cerber/yii2-app-mini)[ RSS](/packages/m1ke-cerber-yii2-app-mini/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Minimized Project Template
================================

[](#yii-2-minimized-project-template)

Minimized Project Template is a most smaller application template based on a Yii 2 framework.

As a basis was taken Basic Project Template, but such extensions as gii, debug, bootstrap, faker, swiftmailer and codeception testing environment were excluded from it. This was done in order to give the developer the opportunity to independently build the application with the necessary components and extensions.

This template can be useful to you when the task is to be solved quickly and efficiently, but using a basic / advanced template for the solution is costly or inappropriate.

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

[](#directory-structure)

```
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  runtime/            contains files generated during runtime
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application and emails
  web/                contains the entry script and Web resources

```

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.3.1"
php composer.phar create-project --prefer-dist --stability=dev m1ke-cerber/yii2-app-mini path/to/your/project

```

Now you should be able to access the application through the following URL, assuming your server webroot is pointed to project/web directory.

```
http://localhost/

```

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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

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://avatars.githubusercontent.com/u/27871161?v=4)[Михаил Цербер](/maintainers/m1ke-cerber)[@m1ke-cerber](https://github.com/m1ke-cerber)

---

Top Contributors

[![m1ke-cerber](https://avatars.githubusercontent.com/u/27871161?v=4)](https://github.com/m1ke-cerber "m1ke-cerber (6 commits)")

---

Tags

composeryiiyii2yii2-appyii2-app-miniyii2-application-template

### Embed Badge

![Health badge](/badges/m1ke-cerber-yii2-app-mini/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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