manoj-malviya/yii1-framework

Yii Web Programming Framework

Maintainers

Package info

github.com/manoj-malviya/yii1-framework

Homepage

Issues

Forum

Wiki

pkg:composer/manoj-malviya/yii1-framework

Statistics

Installs: 110

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:11:25 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