brayun / yii2-ucpaas
ucpaas
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/brayun/yii2-ucpaas
Requires
- guzzlehttp/guzzle: ^6.3
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-22 09:05:44 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(); ?>```