webtoolsnz / yii2-helpers
A Yii2 helper library by Webtools
Installs: 46 900
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0.13
Requires (Dev)
- composer/composer: ^1.6.0
- phpunit/phpunit: ^8.4.0
This package is auto-updated.
Last update: 2024-12-23 13:46:26 UTC
README
A set of reusable widgets for Yii2.
Installation
The preferred way to install this extension is through composer.
Install using the following command.
composer require webtoolsnz/yii2-helpers
Alternatively
Add the following to your composer.json
file.
"require" : {
"webtoolsnz/yii2-helpers": "^1.1"
},