PHPackages                             faustoq/laravel-model-encrypt-fields - 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. [Database &amp; ORM](/categories/database)
4. /
5. faustoq/laravel-model-encrypt-fields

ActiveLibrary[Database &amp; ORM](/categories/database)

faustoq/laravel-model-encrypt-fields
====================================

Encrypt and decrypt model fields

1.0.2(5y ago)521MITPHPPHP ^7.3

Since Dec 3Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (0)

Laravel Model Encrypt Fields
============================

[](#laravel-model-encrypt-fields)

Encrypt and decrypt Laravel model fields

Installation
------------

[](#installation)

```
composer require faustoq/laravel-model-encrypt-fields

```

Note: The package will be autoregistered thanks to the Laravel Package Auto-Discovery.

Publish the configuration file:

```
php artisan vendor:publish --provider="ModelEncryptFields\ServiceProvider"

```

Usage
-----

[](#usage)

```
