dev-master
9999999-devCocos2d-html5 for Yii Framework 2
MIT
The Requires
- bower-asset/cocos2d-html5 dev-master
- yiisoft/yii2 *
by Skliar Ihor
framework yii2 cocos2d-html5 cocos2d-js cocos2d-x igogo5yo
Cocos2d-html5 for Yii Framework 2
This is the Cocos2d-html5 extension for Yii 2. It have AssetBundle for including Cocos2d-html5 to your Yii 2 web application., (*2)
Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file., (*3)
The preferred way to install this extension is through composer., (*4)
Either run, (*5)
php composer.phar require --prefer-dist igogo5yo/yii2-cocos2d
or add, (*6)
"igogo5yo/yii2-cocos2d": ">=1.0"
to the require section and change your minimum-stability option to, (*7)
"minimum-stability": "dev",
in your composer.json
file, (*8)
For using this extension you may add in to your AssetBundle depends:, (*9)
public $depends = [ 'igogo5yo\cocos2d\Cocos2dAsset' ];
or register it self in your View:, (*10)
igogo5yo\cocos2d\Cocos2dAsset::register($this);
Cocos2d-html5 for Yii Framework 2
MIT
framework yii2 cocos2d-html5 cocos2d-js cocos2d-x igogo5yo