https://github.com/hiqdev/yii2-x-editable
X-editable extension for Yii2
https://github.com/hiqdev/yii2-x-editable
hacktoberfest
Last synced: over 1 year ago
JSON representation
X-editable extension for Yii2
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-x-editable
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2015-05-22T14:01:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T09:51:24.000Z (over 1 year ago)
- Last Synced: 2025-02-27T08:28:58.270Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 75.2 KB
- Stars: 4
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 XEditable
**X-editable extension for Yii2**
[](https://packagist.org/packages/hiqdev/yii2-x-editable)
[](https://packagist.org/packages/hiqdev/yii2-x-editable)
[](https://travis-ci.org/hiqdev/yii2-x-editable)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-x-editable/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-x-editable/)
[](https://www.versioneye.com/php/hiqdev:yii2-x-editable/dev-master)
X-editable extension for Yii2 with widget, XEditableColumn and more
## 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-x-editable"
```
or add
```json
"hiqdev/yii2-x-editable": "*"
```
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/)