kakadu-dev / yii2-base-helpers
Base helpers/components yii2
Installs: 973
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.1
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-03-06 10:43:14 UTC
README
Extension provide custom helpers/components for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kakadu-dev/yii2-base-helpers "@dev"
or add
"kakadu-dev/yii2-base-helpers": "@dev"
to the require section of your composer.json
file.