An open API service indexing awesome lists of open source software.

https://github.com/yiisolutions/yii2-icheck


https://github.com/yiisolutions/yii2-icheck

Last synced: 3 months ago
JSON representation

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```