alexvendor2018 / yii2-fias
Address autocompletion
Package info
github.com/alexvendor2018/yii2-fias
Type:yii2-extension
pkg:composer/alexvendor2018/yii2-fias
1.0.1
2018-08-13 11:00 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-16 04:49:10 UTC
README
Address autocompletion
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist alexvendor2018/yii2-fias "*"
or add
"alexvendor2018/yii2-fias": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \alexvendor2018\fias\AutoloadExample::widget(); ?>```