Skip to content

venturedrake/laravel-encryptable

Repository files navigation

Laravel Encryptable

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Automatically encrypt and decrypt database table fields.

⚠️ Warning: This is a pre-release version that is not yet ready for production use.

Installation

You can install the package via composer:

composer require venturedrake/laravel-encryptable

You can publish the config file with:

php artisan vendor:publish --provider="Venturedrake\LaravelEncryptable\LaravelEncryptableServiceProvider" --tag="config"

Usage

TBC

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.