Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.44 KB

yii2-behaviors

Latest Stable Version License Total Downloads Build Status

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.