Helpers list:
- Html - Extended default Html helper
- View helper - Helper for render logic in view files
- Array Helper - Extended default Array helper
- User Agent Helper - Helper for manage of user agent
The preferred way to install this extension is through composer.
Either run
$ composer require yiimaker/yii2-helpers
or add
"yiimaker/yii2-helpers": "~1.0"
to the require
section of your composer.json
.
You can run tests with composer command
$ composer test
or using following command
$ codecept build && codecept run
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Yii Maker