oland-studio / yii2-myextension
myextension
Package info
github.com/vlotysh/yii2extURLHelpers
Type:yii2-extension
pkg:composer/oland-studio/yii2-myextension
0.1.2
2015-07-14 10:41 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-23 10:31:59 UTC
README
myextension
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist oland-studio/yii2-myextension "*"
or add
"oland-studio/yii2-myextension": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \myextension\test\AutoloadExample::widget(); ?>```