yii2-contrib / better
Better implement of the yii2
1.0.3
2017-11-17 13:48 UTC
Requires
- php: ~5.6|~7.0
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0||~6.0
This package is not auto-updated.
Last update: 2024-11-10 05:45:50 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist light/skeleton "~1.0.0"
or add
"light/skeleton": "~1.0.0"
to the require section of your composer.json
file.
Usage
$skeleton = new \light\skeleton\Skeleton();
$skeleton->run();
Tests
$ composer test
Change Log
Please see CHANGELOG for more information what has changed recently.