rapttor / yiihelper
General Yii1.x helper class
Installs: 6 797
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/rapttor/yiihelper
Requires
- php: >=4.5.0
- rapttor/helper: dev-master
This package is auto-updated.
Last update: 2025-09-29 02:51:43 UTC
README
Features
- Simplify your life working with Yii1.1.x rest apps
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit [in progress]
Install
composer require rapttor/yiihelper
or
"require": {
"rapttor/yiihelper": "dev-master"
},
"repositories":[
{
"type": "vcs",
"url": "https://github.com/rapttor/yiihelper.git"
}
]