PHPackages                             ajangi/laravel-crypt-model - 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. ajangi/laravel-crypt-model

ActiveLibrary[Security](/categories/security)

ajangi/laravel-crypt-model
==========================

Encoding and Decoding laravel model attributes made easy.

1.0.0(5y ago)17[2 issues](https://github.com/ajangi/laravel-crypt-model/issues)MITPHPPHP &gt;=7.1.0

Since Feb 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ajangi/laravel-crypt-model)[ Packagist](https://packagist.org/packages/ajangi/laravel-crypt-model)[ RSS](/packages/ajangi-laravel-crypt-model/feed)WikiDiscussions master Synced today

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

[![](https://raw.githubusercontent.com/ajangi/ajangi/744acdd11fa62946dc4a2404e8628941f28f3674/man.svg)](https://github.com/ajangi/laravel-crypt-model)

[![Total Downloads](https://camo.githubusercontent.com/c5cfa66a949014392852842f0b106ddd896f38bc866f1e6c6672bf1b4a15e2f2/68747470733a2f2f706f7365722e707567782e6f72672f616a616e67692f6c61726176656c2d63727970742d6d6f64656c2f642f746f74616c2e737667)](https://packagist.org/packages/ajangi/laravel-crypt-model)[![Latest Stable Version](https://camo.githubusercontent.com/1b98cbfe3b77c5cd22152965e6b2932e0fe8991767804a4ce00234a512c8a06d/68747470733a2f2f706f7365722e707567782e6f72672f616a616e67692f6c61726176656c2d63727970742d6d6f64656c2f762f737461626c652e737667)](https://packagist.org/packages/ajangi/laravel-crypt-model)[![License](https://camo.githubusercontent.com/88673fedb3cab50bdd9ce56f7f0eeb963edeccccee54b5743ae40c02e1c6428f/68747470733a2f2f706f7365722e707567782e6f72672f616a616e67692f6c61726176656c2d63727970742d6d6f64656c2f6c6963656e73652e737667)](https://packagist.org/packages/ajangi/laravel-crypt-model)[![License](https://camo.githubusercontent.com/71e7b0e333a6054176345487a2b3a85f49e92e29efaa733ea9f0c8a2cf53f172/68747470733a2f2f706f7365722e707567782e6f72672f616a616e67692f6c61726176656c2d63727970742d6d6f64656c2f636f6d706f7365726c6f636b)](https://packagist.org/packages/ajangi/laravel-crypt-model)

Laravel-Crypt-Model
===================

[](#laravel-crypt-model)

Encoding and Decoding laravel model attributes made easy.

### Requirements

[](#requirements)

- minimum php version : 7.1.0

### Installation

[](#installation)

```
composer require ajangi/laravel-crypt-model
```

### Hot to use?

[](#hot-to-use)

#### 1- Register your models

[](#1--register-your-models)

To register your models, you should pass the desired prefix and the class name of your model to.

```
