phpvikas/yii2-pushar

Pushar extension for Yii2 Framework

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.2 2016-04-09 12:09 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:53:07 UTC


README

Pushar extension for Yii2 Framework

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist phpvikas/yii2-pushar "*"

or add

"phpvikas/yii2-pushar": "*"

to the require section of your composer.json file.

Usage

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

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