ignatenkovnikita/yii2-helpers

Helpers

0.0.2 2016-07-20 19:59 UTC

This package is auto-updated.

Last update: 2024-04-29 03:26:55 UTC


README

Helpers

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ignatenkovnikita/yii2-helpers "*"

or add

"ignatenkovnikita/yii2-helpers": "*"

to the require section of your composer.json file.

Usage

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

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