Libraries tagged by model-attributes
wowkaster/yii2-serialize-attributes
5800 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.
thetalabs/laravel-database-encryption
16446 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
tanmaymishu/laravel-funnel
3996 Downloads
Bind http query string parameters to Eloquent model attributes.
shaka/dynamic-update-trait
6707 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.
sajtiii/laravel-lockable-attributes
394 Downloads
Lock your eloquent model attributes to prevent changes on them.
romanzipp/laravel-previously-deleted
12428 Downloads
Store previously deleted Model attributes
rbennett/laravel-model-encryption
1629 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
mgpl2311/laravel-db-encrypter
4986 Downloads
Provides database model attribute encryption/decryption
jetcod/laravel-model-translation
254 Downloads
Laravel Model Translation simplifies managing model attribute translations in your Laravel applications.
hareland/laravel-immutable-attributes
1107 Downloads
Make laravel model attributes immutable
famdirksen/laravel-model-encryption
7834 Downloads
Laravel package to encrypt model attributes
elfuvo/yii2-import-wizard
4189 Downloads
Step-by-step import from Excel files with mapping of model attributes
alvarofpp/masks
15005 Downloads
A package to mask your variables or model's attributes.
hnhdigital-os/laravel-model-attributes
7 Downloads
Changes how the Eloquent Model provides attributes.
worksome/model-attributes
250513 Downloads
Model attributes are dynamically generated data on models added as a relationship.