yiimaker / yii2-helpers
Pack of useful helpers for Yii2 Framework
Package info
github.com/yiimaker/yii2-helpers
Type:yii2-extension
pkg:composer/yiimaker/yii2-helpers
1.0.0
2018-01-12 23:17 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-14 06:40:10 UTC
README
Pack of useful helpers for Yii2
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
Installation
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.
Tests
You can run tests with composer command
$ composer test
or using following command
$ codecept build && codecept run
Licence
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Yii Maker