https://github.com/hiqdev/yii2-combo
Combo Widget for Yii 2
https://github.com/hiqdev/yii2-combo
hacktoberfest
Last synced: 12 months ago
JSON representation
Combo Widget for Yii 2
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-combo
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-04-22T10:48:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T09:04:44.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T07:52:14.384Z (over 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Combo
**Combo widget for Yii2**
[](https://packagist.org/packages/hiqdev/yii2-combo)
[](https://packagist.org/packages/hiqdev/yii2-combo)
[](https://travis-ci.org/hiqdev/yii2-combo)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-combo/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-combo/)
[](https://www.versioneye.com/php/hiqdev:yii2-combo/dev-master)
Select2 with mutual relations
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-combo"
```
or add
```json
"hiqdev/yii2-combo": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)