mongosoft / yii2-behaviors
Collection of useful behaviors for Yii 2
Installs: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Type:yii2-extension
This package is not auto-updated.
Last update: 2018-05-05 20:41:21 UTC
README
Additional behaviors for Yii 2
Behaviors available in this bundle
The yii2-behaviors bundle automatically includes behaviors from these sub repositories for accessing via \mongosoft\behaviors\
namespace.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mongosoft/yii2-behaviors "*"
or add
"mongosoft/yii2-behaviors": "*"
to the require
section of your composer.json
file.