Libraries tagged by model-attributes
famdirksen/laravel-model-encryption
6867 Downloads
Laravel package to encrypt model attributes
elfuvo/yii2-import-wizard
3679 Downloads
Step-by-step import from Excel files with mapping of model attributes
alvarofpp/masks
12990 Downloads
A package to mask your variables or model's attributes.
huubverbeek/laravel-model-attributes-validation
72 Downloads
Enables attribute-based validation of model attributes automatically during the save process.
joecianflone/modelproperties
347 Downloads
Make the DX of Eloquent Models better
tanmaymishu/laravel-funnel
3981 Downloads
Bind http query string parameters to Eloquent model attributes.
sajtiii/laravel-lockable-attributes
44 Downloads
Lock your eloquent model attributes to prevent changes on them.
romanzipp/laravel-previously-deleted
11987 Downloads
Store previously deleted Model attributes
rbennett/laravel-model-encryption
1501 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
2366 Downloads
Provides database model attribute encryption/decryption
heddiyoussouf/sequential-attribute-guard
817 Downloads
A Laravel package that ensures model attribute values follow a specified sequential order during creation or updates.
hnhdigital-os/laravel-model-attributes
4 Downloads
Changes how the Eloquent Model provides attributes.
worksome/model-attributes
250512 Downloads
Model attributes are dynamically generated data on models added as a relationship.
miqo/laravel-models-camel-case
12 Downloads
Simply camelCase Laravel Model attributes and relationships
wowkaster/yii2-serialize-attributes
5100 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.