bymorev / yii2-bymorev-helpers
Bymorev Helpers
Package info
gitlab.com/zvinger/yii2-bymorev-helpers
Type:yii2-extension
pkg:composer/bymorev/yii2-bymorev-helpers
v1.0.4.4
2017-04-29 08:11 UTC
Requires
- yiisoft/yii2: *
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(); ?>```