saaspower/yii2-components

This is the unified components requirements for SaaSPower Core Plattform

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

1.0.3 2017-07-18 20:05 UTC

This package is not auto-updated.

Last update: 2019-03-14 15:25:38 UTC


README

This is the unified components requirements for SaaSPower Core Plattform

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist saaspower/yii2-components "*"

or add

"saaspower/yii2-components": "*"

to the require section of your composer.json file.

Usage

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

<?= \saaspower\components\AutoloadExample::widget(); ?>```