square1-io/yii-framework

Yii Web Programming Framework

1.1.14 2013-09-08 20:36 UTC

This package is auto-updated.

Last update: 2024-03-23 14:27:04 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/