brayun/yii2-ucpaas

1.1 2017-09-04 02:24 UTC

This package is not auto-updated.

Last update: 2024-04-24 01:58:06 UTC


README

ucpaas

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist brayun/yii2-ucpaas "*"

or add

"brayun/yii2-ucpaas": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \brayun\ucpaas\AutoloadExample::widget(); ?>```