Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efureev/yii2-dadata-suggestions
Yii2 DaData Suggestions
https://github.com/efureev/yii2-dadata-suggestions
Last synced: about 7 hours ago
JSON representation
Yii2 DaData Suggestions
- Host: GitHub
- URL: https://github.com/efureev/yii2-dadata-suggestions
- Owner: efureev
- License: mit
- Created: 2016-07-15T11:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T13:23:46.000Z (over 8 years ago)
- Last Synced: 2023-08-21T10:08:12.783Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DaData suggestion
=================
[![Latest Stable Version](https://poser.pugx.org/efureev/yii2-dadata-suggestions/v/stable)](https://packagist.org/packages/efureev/yii2-dadata-suggestions)
[![Total Downloads](https://poser.pugx.org/efureev/yii2-dadata-suggestions/downloads)](https://packagist.org/packages/efureev/yii2-dadata-suggestions)
[![Latest Unstable Version](https://poser.pugx.org/efureev/yii2-dadata-suggestions/v/unstable)](https://packagist.org/packages/efureev/yii2-dadata-suggestions)
[![License](https://poser.pugx.org/efureev/yii2-dadata-suggestions/license)](https://packagist.org/packages/efureev/yii2-dadata-suggestions)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist efureev/yii2-dadata-suggestions:"~0.0.5"
```or add
```json
"efureev/yii2-dadata-suggestions": "~0.0.5"
```to the `require-dev` section of your `composer.json`.