lav45/yii2-behaviors

This is a set of Yii2 behaviors extensions

Installs: 506

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 2

Type:yii2-extension

0.7.1 2022-11-06 19:05 UTC

README

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.