Download the PHP package larapack/attribute-encryption without Composer
On this page you can find all versions of the php package larapack/attribute-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larapack/attribute-encryption
More information about larapack/attribute-encryption
Files in larapack/attribute-encryption
Download larapack/attribute-encryption
More information about larapack/attribute-encryption
Files in larapack/attribute-encryption
Vendor larapack
Package attribute-encryption
Short Description Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
License MIT
Package attribute-encryption
Short Description Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
License MIT
Please rate this library. Is it a good library?
Informations about the package attribute-encryption
attribute-encryption
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
Installing
Install using Composer composer require larapack/attribute-encryption 1.*
.
Usage
First add the traits Manipulateable
and Encryptable
to your Eloquent Model.
Now whenever you set the attribute password
it will now be encrypted and whenever you get the attribute it will be decrypted.
Test:
All versions of attribute-encryption with dependencies
PHP Build Version
Package Version
Requires
larapack/attribute-manipulation Version
1.*
The package larapack/attribute-encryption contains the following files
Loading the files please wait ....