An open API service indexing awesome lists of open source software.

https://github.com/ignatenkovnikita/yii2-dadata-suggestion


https://github.com/ignatenkovnikita/yii2-dadata-suggestion

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

yii2 dadata suggestion
======================
yii2 dadata suggestion

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist ignatenkovnikita/yii2-dadata-suggestion "*"
```

or add

```
"ignatenkovnikita/yii2-dadata-suggestion": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \ignatenkovnikita\dadata\AutoloadExample::widget(); ?>```