yiimaker / yii2-helpers
Pack of useful helpers for Yii2 Framework
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: ~2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-14 03:49:54 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