lav45 / yii2-behaviors
This is a set of Yii2 behaviors extensions
Installs: 2 328
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 3
Type:yii2-extension
Requires
- php: >=5.5.0
- yiisoft/yii2: 2.0.*
Requires (Dev)
- ext-pdo_sqlite: *
- cweagans/composer-patches: ^1.7
- phpunit/phpunit: 4.8.34
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-31 16:13:19 UTC
README
This is a set of small Yii2 behaviors extensions.
Installation
The preferred way to install this extension through composer.
You can set the console
~$ composer require lav45/yii2-behaviors --prefer-dist
or add
"lav45/yii2-behaviors": "0.6.*"
in require
section in composer.json
file.
Contents
Testing
~$ docker build --pull --build-arg UID=$(id -u) --build-arg GID=$(id -g) --rm -t php8-cli .
~$ ./container composer update --prefer-dist
~$ ./container vendor/bin/phpunit
License
yii2-behaviors it is available under a BSD 3-Clause License. Detailed information can be found in the LICENSE.md
.