PHPackages                             bartaakos/yii-skeleton - 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. bartaakos/yii-skeleton

ActiveProject[Framework](/categories/framework)

bartaakos/yii-skeleton
======================

Basic Yii skeleton

1.0.2(10y ago)147MITPHPPHP &gt;=5.3.2

Since Aug 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bartaakos/yii-skeleton)[ Packagist](https://packagist.org/packages/bartaakos/yii-skeleton)[ Docs](https://github.com/bartaakos)[ RSS](/packages/bartaakos-yii-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (10)Versions (4)Used By (0)

yii-skeleton
============

[](#yii-skeleton)

This is a basic skeleton for Yii applications enhanced with composer.

Installation
------------

[](#installation)

For project initialization you can run simply the command below:

`$ composer create-project bartaakos/yii-skeleton MyNewProject`

Keep in mind that you need to create the two configuration files (`custom.php`, `params.php`).

Static files
------------

[](#static-files)

```
/web/assets
/vendor
/runtime
/config/custom.php
/config/params.php
```

The files listed above are ignored and you should handle them as static content.

Maintenance
-----------

[](#maintenance)

### [nDeploy](https://github.com/Netpositive/ndeploy)

[](#ndeploy)

This is a very convenient tool for high-level site maintenance.

For installation please check nDeploy's readme. The final `build.properties` should look like something like this:

```
;-- deploy basedir --
basedir=/home/my-new-project

;-- application --
application.name=my-new-project
application.framework=yii
;application.deploydir=/home/my-new-project/current
;application.repositorydir=/home/my-new-project/src/my-new-project
;application.releasesdir=/home/my-new-project/releases
application.releaseskept=10

;-- scm properties --
scm.type=git
scm.repository=repository-of-my-new-project.git
;scm.branch=master
;scm.git.extra.path.pull=

;-- shared files --
shared.files=config/custom.php,config/params.php,runtime,web/assets,vendor

;-- vendor --
vendor=composer
vendor.command=update

;-- yii framework properties --
application.framework.extra.migrate.command=./yiic
application.framework.extra.migrate=true
application.framework.extra.migrate.ask=false

;-- maintenance --
;maintenance=false
;maintenance.source=
;maintenance.destination=
;maintenance.remove=true

;-- hash --
;hash=true
;hash.file=

;-- lock --
;lock=true
;lock.file=

;-- ndpeloy build target's basedir --
ndeploy.basedir=/home/ndeploy/current
```

Note that I removed the `yiic migration` after `composer update/install` because we do that with nDeploy as you can see. If you need to get that back simply uncomment those lines in the params in `console/console.php` and set `application.framework.extra.migrate` to `false` in `build.properties`.

Credits
-------

[](#credits)

[Netpositive](http://netpositive.hu)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Total

3

Last Release

3781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5137447?v=4)[Barta Ákos](/maintainers/bartaakos)[@bartaakos](https://github.com/bartaakos)

---

Top Contributors

[![bartaakos](https://avatars.githubusercontent.com/u/5137447?v=4)](https://github.com/bartaakos "bartaakos (15 commits)")

---

Tags

yii skeleton

### Embed Badge

![Health badge](/badges/bartaakos-yii-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/bartaakos-yii-skeleton/health.svg)](https://phpackages.com/packages/bartaakos-yii-skeleton)
```

###  Alternatives

[yiisoft/yii2-swiftmailer

The SwiftMailer integration for the Yii framework

11520.0M473](/packages/yiisoft-yii2-swiftmailer)[rock-symphony/rock-symphony

Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance

19164.1k3](/packages/rock-symphony-rock-symphony)[koriym/dii

Dependency Injection Plugin for Yii 1

17195.8k](/packages/koriym-dii)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)[windwalker/phoenix

A powerful RAD framework to support Rapid Application Development.

1015.7k3](/packages/windwalker-phoenix)

PHPackages © 2026

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