2017 © Pedro Peláez
 

yii2-extension yii2-cocos2d

Cocos2d-html5 for Yii Framework 2

image

igogo5yo/yii2-cocos2d

Cocos2d-html5 for Yii Framework 2

  • Wednesday, March 9, 2016
  • by igogo5yo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Cocos2d-html5 for Yii 2

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status, (*1)

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)

Installation

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)

Usage

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);

The Versions

09/03 2016

dev-master

9999999-dev

Cocos2d-html5 for Yii Framework 2

  Sources   Download

MIT

The Requires

 

by Skliar Ihor

framework yii2 cocos2d-html5 cocos2d-js cocos2d-x igogo5yo