Libraries tagged by model attributes
stayallive/laravel-eloquent-uuid
19990 Downloads
Generate UUID for a Laravel Eloquent model attribute.
shaka/dynamic-update-trait
6592 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
sam-it/yii1-json-behavior
24933 Downloads
Behavior for encoding model attribute(s) to json.
redcrystal/cast
22673 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
nerburish/yii2-daterange-validator
18464 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
herroffizier/yii2-translit-validator
27736 Downloads
Yii2 validator that transliterates model attribute values.
elfuvo/yii2-import-wizard
4147 Downloads
Step-by-step import from Excel files with mapping of model attributes
keygenqt/yii2-autocomplete-ajax
14070 Downloads
A simple way to search model id of the attributes model
zolex/vom
127322 Downloads
Versatile Object Mapper. Map arbitrary data to strictly typed models using PHP attributes.
digitalcloud/laravel-blameable
42033 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
sfneal/casts
59547 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
wowkaster/yii2-serialize-attributes
5721 Downloads
This behavior allows you to treat model attributes as arrays, and they are automatically serialized for insertion and unserialized upon select, as long as you use the active record find methods.
rbennett/laravel-model-encryption
1624 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
mathiasgrimm/laravel-encrypted-attributes
2878 Downloads
Encrypted and safe-by-default Laravel Model attributes
huubverbeek/laravel-model-attributes-validation
763 Downloads
Enables attribute-based validation of model attributes automatically during the save process.