square1-io / yii-framework
Yii Web Programming Framework
1.1.14
2013-09-08 20:36 UTC
Requires
- php: >=5.1.0
This package is auto-updated.
Last update: 2024-10-23 15:52:25 UTC
README
This is a repackaged version of yiisoft/yii that only includes the framework/
directory.
The purpose of this repackage is to remove unnecessary files/folders that are automatically included when installed via composer.
Installation
Just add this to your composer.json file:
{
"require": {
"square1-io/yii-framework": "1.1.14"
}
}
Then to install the framework just run:
composer install
Quick Start
The "yiic" command line tool that can create a skeleton Yii application is available at vendor/bin/yiic
$ vendor/bin/yiic webapp %APPNAME% git
For more information on using Yii and Composer checkout http://blog.square1.io/