alexvendor2018/yii2-fias

Address autocompletion

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2018-08-13 11:00 UTC

This package is not auto-updated.

Last update: 2024-06-12 19:02:17 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(); ?>```