voskobovich / yii2-base-toolkit
Tools for Yii2
Installs: 751
Dependents: 5
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-toolkit
Requires
- php: >=5.4.0
- yiisoft/yii2: ^2.0.0
Requires (Dev)
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist voskobovich/yii2-base-toolkit "~2.0"
or add
"voskobovich/yii2-base-toolkit": "~2.0"
to the require section of your composer.json
file.
CODE ECOLOGY
To check the code:
./vendor/bin/phpcs -s --encoding=utf-8 --extensions=php .
To auto fix the code format:
./vendor/bin/php-cs-fixer fix