https://github.com/yiisolutions/yii2-icheck
https://github.com/yiisolutions/yii2-icheck
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiisolutions/yii2-icheck
- Owner: yiisolutions
- Created: 2016-04-26T06:28:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T08:36:47.000Z (about 9 years ago)
- Last Synced: 2025-01-30T05:48:13.973Z (4 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICheck for Yii2
[iCheck](https://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjZuvSx4KvMAhXCkSwKHbiZAWEQFggbMAA&url=http%3A%2F%2Ficheck.fronteed.com%2F&usg=AFQjCNE_i1-Lhml1Lp-mZWX0m-18kQhSdA&sig2=9fusKvb9V1mxuY_TROEgXw&bvm=bv.120551593,d.bGg) integration with Yii2.
## Install
Require extension
```sh
composer require "memclutter/yii2-icheck:dev-master"
```
or add in composer.json require section
```json
{
"memclutter/yii2-icheck": "dev-master"
}
```
and run ```composer install```