manoj-malviya/yii1-framework

Yii Web Programming Framework

dev-master 2019-01-30 13:30 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:46 UTC


README

Yii 1 framework repackaged in comoposer.

Installation

Add this to your composer.json file:

{
    "require": {
        "manoj-malviya/yii1-framework": "*"
    }
}

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