Libraries tagged by yii2 model
laxity7/yii2-json-field
70098 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data
lav45/yii2-translated-behavior
41038 Downloads
This extension allows you to quickly and simple enough to add translations for any ActiveRecord models.
cebe/yii2-lifecycle-behavior
18844 Downloads
Define the lifecycle of a model by defining allowed satus changes in terms of a state machine.
bariew/yii2-event-component
45133 Downloads
Attaches events to all models
cranky4/change-log-behavior
22534 Downloads
Simple changelog behavior for yii2 models
yii2tech/ar-variation
29309 Downloads
Provides support for ActiveRecord variation via related models in Yii2
demi/image
13044 Downloads
Yii2 behavior for upload image to model
flaviovs/yii2-data-transformation
10081 Downloads
Data transformation behavior for Yii2 models
e96/yii2-relational-behavior
61048 Downloads
Easy saving relational models in yii2
herroffizier/yii2-translit-validator
27177 Downloads
Yii2 validator that transliterates model attribute values.
yii2mod/yii2-gii-extended
5782 Downloads
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
vgalkin-dev/yii2-audit
8750 Downloads
Extensions to the Yii 2 PHP framework allowing tracking and viewing change history of a model.
netis/yii2-relauth
9705 Downloads
A set of Yii 2 framework components to use model relations when checking user authorization.
nerburish/yii2-daterange-validator
18032 Downloads
Adds a daterange validator that allows to validate if a model attribute is a valid date range format. Specially usefull if you want to use a DateRangePicker widget and you want to filter by from/until values
nemmo/yii2-attachments
16245 Downloads
Extension for file uploading and attaching to the models