rsiripong / yii2-personalinfo
personal info
Package info
github.com/rsiripong/yii2_personalinfo
Type:yii2-extension
pkg:composer/rsiripong/yii2-personalinfo
dev-master
2017-09-11 08:48 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-05 04:19:31 UTC
README
personal info
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rsiripong/yii2-personalinfo "*"
or add
"rsiripong/yii2-personalinfo": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rsiripong\personalinfo\AutoloadExample::widget(); ?>```