PHPackages                             macellan/laravel-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. macellan/laravel-encryption

ActivePackage[Security](/categories/security)

macellan/laravel-encryption
===========================

Provides flexible data encryption adapter for Laravel.

1.0.03(4y ago)2204MITPHPPHP ^7.4|^8.0

Since Jul 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/macellan/laravel-encryption)[ Packagist](https://packagist.org/packages/macellan/laravel-encryption)[ Docs](https://github.com/macellan/laravel-encryption)[ RSS](/packages/macellan-laravel-encryption/feed)WikiDiscussions main Synced today

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Laravel Encryption
==================

[](#laravel-encryption)

Provides flexible data encryption adapter for Laravel. 2-step encryption is available. Adapter settings are encrypted with "encryption\_key". Data is encrypted with adapters.

Requirement PHP 7.4+.

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

[](#installation)

- Install Package ```
    composer req macellan/laravel-encryption
    ```
- Preparing Database &amp; Config File ```
    php artisan vendor:publish --tag="encryption"
    ```
- Run Migrations ```
    php artisan migrate
    ```
- Default Configuration: **config/encryption.php**```
