Libraries tagged by Eloquent encryptable
sagalbot/encryptable
57876 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
gregoryduckworth/encryptable
53570 Downloads
A simple trait to make attributes encrypted in the database
hihaho/laravel-encryptable-trait
64796 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
kduma/eloquent-encryptable
2076 Downloads
Adds possibility to encrypt fields in Laravel Eloquent models.
martinbean/eloquent-encryptable
27 Downloads
Adds encryptable attributes to Eloquent models, for storing sensitive data.
skyraptor/laravel-encryptable-trait
509 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
erikwang2013/encryptable
192 Downloads
Encryptable Eloquent casts and helpers for PHP 8.2+ with Laravel 10–12 / Webman (Illuminate), Hyperf 2–3, and ThinkPHP 6–8 bridges.
jonnx/laravel-encryptable
8 Downloads
easily encrypt attributes of eloquent models
attakinsky/encryptable
23 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
arzeroid/laravel-model-ssh-encryptable
15 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
arzeroid/laravel-model-encryptable
7 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
njhyuk/laravel-encryptable
12 Downloads
Laravel eloquent automatic encryption and decryption using mysql AES function.
litepie/database
29 Downloads
Advanced Laravel Database package with enhanced Eloquent traits, scopes, casts, and utilities for modern Laravel applications