PHPackages                             wokster/yii2-starter - 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. wokster/yii2-starter

ActiveProject[Framework](/categories/framework)

wokster/yii2-starter
====================

Yii 2 Starter based on Advanced Project Template

1.2.6(8y ago)22853BSD-3-ClausePHPPHP &gt;=5.4.0

Since Aug 27Pushed 8y ago3 watchersCompare

[ Source](https://github.com/wokster/yii2-starter)[ Packagist](https://packagist.org/packages/wokster/yii2-starter)[ Docs](http://www.yiiframework.com/)[ RSS](/packages/wokster-yii2-starter/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (19)Versions (11)Used By (0)

My Yii 2 Advanced Project Template With some addons
===================================================

[](#my-yii-2-advanced-project-template-with-some-addons)

Please do not use yet, still under development Пожалуйста пока не пользуйтесь, еще на стадии разработки

used for educational purposes on my youtube channel:[Yii2 for Blondes and Dummies: lessons, notes, guides](https://www.youtube.com/channel/UC3jTSXXgSvQI2WJ5fX6oIwA)используется в образовательных целях на моем канале в youtube: [Yii2 для Блондинок и Чайников: уроки, заметки, гайды](https://www.youtube.com/channel/UC3jTSXXgSvQI2WJ5fX6oIwA)

INSTALL
-------

[](#install)

create project

```
composer create-project wokster/yii2-starter myproject.com

```

go to project folder

```
cd myproject.com

```

init project

```
php init

```

create db and add params in ...myproject.com\\common\\config\\main-local.php run yii2 migrations to create user table and other:

```
php yii migrate

```

it's all

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

[](#directory-structure)

```
common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    tests/               contains tests for common classes
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

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 ~3 days

Total

10

Last Release

3203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5597609?v=4)[Максим](/maintainers/wokster)[@wokster](https://github.com/wokster)

---

Top Contributors

[![wokster](https://avatars.githubusercontent.com/u/5597609?v=4)](https://github.com/wokster "wokster (13 commits)")

---

Tags

frameworkyii2advancedproject templatestarterwokster

### Embed Badge

![Health badge](/badges/wokster-yii2-starter/health.svg)

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

###  Alternatives

[skeeks/cms

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

13725.7k53](/packages/skeeks-cms)[izyue/yii2-app-advanced

Yii 2 Advanced Project Template

1291.9k](/packages/izyue-yii2-app-advanced)[beaten-sect0r/yii2-core

Yii2 Core project template

761.1k](/packages/beaten-sect0r-yii2-core)

PHPackages © 2026

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