PHPackages                             cornernote/yii2-boilerplate - 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. cornernote/yii2-boilerplate

ActiveProject[Framework](/categories/framework)

cornernote/yii2-boilerplate
===========================

Yii2 Boilerplate

269[1 PRs](https://github.com/cornernote/yii2-boilerplate/pulls)PHP

Since Sep 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/cornernote/yii2-boilerplate)[ Packagist](https://packagist.org/packages/cornernote/yii2-boilerplate)[ RSS](/packages/cornernote-yii2-boilerplate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Yii2 Boilerplate
================

[](#yii2-boilerplate)

Quick-Start
-----------

[](#quick-start)

### Composer installation

[](#composer-installation)

Install global composer

```
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

```

You can install *Yii2 Boilerplate* using [composer](https://getcomposer.org/download/)...

```
composer global require "fxp/composer-asset-plugin:^1.2.0"
composer create-project --stability=dev cornernote/yii2-boilerplate myapp

```

Create and adjust your environment configuration, eg. add a database...

```
cd myapp
cp .env-dist .env
edit .env

```

Run the application setup...

```
./yii app/setup

```

Install robo...

```
wget http://robo.li/robo.phar
mv robo.phar /usr/local/bin/robo

```

Start a webserver...

```
robo server --port=80 --path web/

```

Open `http://path-to-app/web` or `http://path-to-app/web?r=admin` in your browser.

Install psysh

```
wget psysh.org/psysh
mv psysh /usr/local/bin/psysh

```

Code Generation

```
./yii gii-batch --tables=t1,t2
./yii gii-batch/models --tables=t1,t2
./yii gii-batch/cruds --tables=t1,t2

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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://www.gravatar.com/avatar/07c84a589344489e8195ec1c6afcfa3abcc23a73092ceaa4ca60da96355c4d16?d=identicon)[cornernote](/maintainers/cornernote)

---

Top Contributors

[![cornernote](https://avatars.githubusercontent.com/u/51875?v=4)](https://github.com/cornernote "cornernote (109 commits)")

### Embed Badge

![Health badge](/badges/cornernote-yii2-boilerplate/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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