PHPackages                             larapack/attribute-encryption - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. larapack/attribute-encryption

ActivePackage[Security](/categories/security)

larapack/attribute-encryption
=============================

Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.

v1.0.0(10y ago)31.9kMITPHP

Since Nov 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/larapack/attribute-encryption)[ Packagist](https://packagist.org/packages/larapack/attribute-encryption)[ RSS](/packages/larapack-attribute-encryption/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

attribute-encryption
====================

[](#attribute-encryption)

Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.

Installing
----------

[](#installing)

Install using Composer `composer require larapack/attribute-encryption 1.*`.

Usage
-----

[](#usage)

First add the traits `Manipulateable` and `Encryptable` to your Eloquent Model.

```
