We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb5714 commit c5a88c1Copy full SHA for c5a88c1
README.md
@@ -1,14 +1,19 @@
1
-yii2-useful
+Yii2-useful
2
=====================
3
Collection helpful classes for Yii2
4
5
-## JSONBehavior
+### JSONBehavior
6
Allows save in text field customs data structure.
7
-## ArrayBehavior
+### ArrayBehavior
8
Allows save in text field array structure.
9
-## BitBehavior
+### BitBehavior
10
Allows save in integer field bit array.
11
-## DropDownTrait
+### DropDownTrait
12
Allows get lists from ActiveRecord.
13
-## PasswordTrait
+### PasswordTrait
14
Easy work with password.
15
+
16
+## Installation
17
+```bash
18
+composer require nullref/yii2-useful
19
+```
0 commit comments