Download the PHP package rkit/tags-behavior-yii2 without Composer
On this page you can find all versions of the php package rkit/tags-behavior-yii2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tags-behavior-yii2
Tags Behavior for Yii2
Flexible yii2 behavior for tags.
Requirements
PHP 7
Installation
Configuration
For example, we have a Post
model and we want to add tags.
Let's do it.
-
Add
tag
andpost_to_tag
tables and aTag
model for the tags -
Add a
TagsBehavior
behavior to thePost
model - Add a
tags
relation (seerelation
option in the behavior)
Usage
Add tags
Get tags
Remove tags
Tests
- See docs
Coding Standard
- PHP Code Sniffer (phpcs.xml)
All versions of tags-behavior-yii2 with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
^2.0.0
The package rkit/tags-behavior-yii2 contains the following files
Loading the files please wait ....