manoj-malviya / yii1-framework
Yii Web Programming Framework
dev-master
2019-01-30 13:30 UTC
Requires
- php: >=5.1.0
Requires (Dev)
- phing/phing: 2.*
- phpunit/phpunit: ~3.7
- phpunit/phpunit-selenium: ~1.4.0
This package is auto-updated.
Last update: 2025-03-29 00:39:14 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