Libraries tagged by model-attributes
vkovic/laravel-custom-casts
329399 Downloads
Make your own custom cast type for Laravel model attributes
betterapp/laravel-db-encrypter
531933 Downloads
Provides database model attribute encryption/decryption
cyvelnet/laravel5-fractal
181412 Downloads
A simple fractal service provider and transformer generator with model attributes for laravel >=5.
based/laravel-fluent
13126 Downloads
Define model attributes the fluent way. Automatically cast properties to native types.
vantage/authorized-attributes
23322 Downloads
Authorized Model Attributes for Laravel
richardstyles/eloquent-aes
34367 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
themsaid/laravel-model-transformers
73542 Downloads
Easy transformation layer for complex model attributes.
stayallive/laravel-eloquent-uuid
19595 Downloads
Generate UUID for a Laravel Eloquent model attribute.
shaka/dynamic-update-trait
6007 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
24434 Downloads
Behavior for encoding model attribute(s) to json.
redcrystal/cast
22636 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
nerburish/yii2-daterange-validator
18233 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
mathiasgrimm/laravel-encrypted-attributes
2791 Downloads
Encrypted and safe-by-default Laravel Model attributes
herroffizier/yii2-translit-validator
27400 Downloads
Yii2 validator that transliterates model attribute values.
famdirksen/laravel-model-encryption
7650 Downloads
Laravel package to encrypt model attributes