brayun / yii2-ucpaas
ucpaas
1.1
2017-09-04 02:24 UTC
Requires
- guzzlehttp/guzzle: ^6.3
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-06 04:44:30 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(); ?>```