PHPackages                             larapack/attribute-hashing - 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-hashing

ActivePackage[Security](/categories/security)

larapack/attribute-hashing
==========================

Allows you to define what attributes in your Eloquent Model which should be hashed.

v1.0.0(10y ago)21.2kMITPHP

Since Nov 27Pushed 10y ago1 watchersCompare

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

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

attribute-hashing
=================

[](#attribute-hashing)

Allows you to define what attributes in your Eloquent Model which should be hashed.

Installing
----------

[](#installing)

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

Usage
-----

[](#usage)

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

```
