https://github.com/ignatenkovnikita/yii2-dadata-suggestion
https://github.com/ignatenkovnikita/yii2-dadata-suggestion
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignatenkovnikita/yii2-dadata-suggestion
- Owner: ignatenkovnikita
- Created: 2016-08-28T12:50:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T22:09:18.000Z (about 7 years ago)
- Last Synced: 2025-03-25T14:44:45.887Z (2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii2 dadata suggestion
======================
yii2 dadata suggestionInstallation
------------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(); ?>```