brayun/yii2-ucpaas

ucpaas

Maintainers

Package info

github.com/brayun/yii2-ucpaas

pkg:composer/brayun/yii2-ucpaas

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1 2017-09-04 02:24 UTC

This package is not auto-updated.

Last update: 2026-03-11 10:48:32 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(); ?>```