igogo5yo/yii2-cocos2d
Composer 安装命令:
composer require igogo5yo/yii2-cocos2d
包简介
Cocos2d-html5 for Yii Framework 2
README 文档
README
This is the Cocos2d-html5 extension for Yii 2. It have AssetBundle for including Cocos2d-html5 to your Yii 2 web application.
Please submit issue reports and pull requests to the main repository. For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist igogo5yo/yii2-cocos2d
or add
"igogo5yo/yii2-cocos2d": ">=1.0"
to the require section and change your minimum-stability option to
"minimum-stability": "dev",
in your composer.json file
Usage
For using this extension you may add in to your AssetBundle depends:
public $depends = [ 'igogo5yo\cocos2d\Cocos2dAsset' ];
or register it self in your View:
igogo5yo\cocos2d\Cocos2dAsset::register($this);
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-20