Libraries tagged by laravel model encrypter
faustoq/laravel-model-encrypt-fields
19 Downloads
Encrypt and decrypt model fields
maxkalahur/laravel-model-settings
6 Downloads
This Laravel package allows you to attach settings to Laravel Models, save them in DB and encrypt.
bvipul/laravel-encrypts-attributes
32 Downloads
This package will be used to encrypt attributes of a model.
anexia/laravel-encryption
4054 Downloads
Encryption and decryption for eloquent models
waseem/laravel-data-encryption
29 Downloads
Automatically encryption and decryption data overriding by using getAttribute an setAttribute methods of Eloquent Model.
silverd/laravel-model-encryption
4 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
arzeroid/laravel-model-encryptable
3 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
mufasil/laravel_model_keys_encryption
1 Downloads
This package is to encrypt the keys like 'Id' of your database.
arzeroid/laravel-model-ssh-encryptable
12 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
jetiradoro/laravel-encrypt-model
14 Downloads
Encrypt data before insert database
wwardaww/laravel-id-cryption
36 Downloads
A trait for Laravel/Lumen Model id encryption.
taylornetwork/model-encryption
12 Downloads
Adds encryption to Laravel models using Laravel's built in encryption
hgacreative/encryptable
10 Downloads
A useful trait for Laravel models to leverage to encrypt/decrypt sensitive data on the fly
chriswillerton/encryptable
36 Downloads
Trait for use with Laravel 5 models allowing easy encryption/decryption of attributes.
code-orange/encryptable
8 Downloads
Encryptable trait for Laravel models