bymorev/yii2-bymorev-helpers

Bymorev Helpers

Installs: 850

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

v1.0.4.4 2017-04-29 08:11 UTC

This package is not auto-updated.

Last update: 2025-04-02 21:11:36 UTC


README

Bymorev Helpers

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"bymorev-helpers/yii2-bymorev-helpers": "*"

to the require section of your composer.json file.

Usage

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

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