| Package Data | |
|---|---|
| Maintainer Username: | samWhisker |
| Maintainer Contact: | sam@koodoocreative.co.uk (Sam Whisker) |
| Package Create Date: | 2016-04-08 |
| Package Last Update: | 2018-05-18 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:07:00 |
| Package Statistics | |
|---|---|
| Total Downloads: | 16,165 |
| Monthly Downloads: | 138 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 2 |
| Total Open Issues: | 1 |
A Laravel model trait for Encrypting model data
"koodoo/laravel-trait-encrypt": "dev-master"
In the model
<?php
use Koodoo\laravelTraitEncrypt\Encryptable;
use Encryptable;
protected $encryptable = [
'table_field_to_be_encrypted',
'table_field_to_be_encrypted',
'table_field_to_be_encrypted',
'table_field_to_be_encrypted'
];