bymorev/yii2-bymorev-helpers

Bymorev Helpers

Maintainers

Package info

gitlab.com/zvinger/yii2-bymorev-helpers

Issues

Type:yii2-extension

pkg:composer/bymorev/yii2-bymorev-helpers

Statistics

Installs: 850

Dependents: 1

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-05 02:03:27 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(); ?>```