octha / joth-laravel
Encrypt and decrypt requests and responses data on laravel.
dev-main
2024-11-29 11:36 UTC
Requires
- php: >=7.2.5
- attla/support: dev-main
- illuminate/contracts: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/http: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-03-29 01:03:56 UTC
README
Why use this?
If you need to transit sensitive data you know leaving it in plaintext is not ideal, so using a layer that makes the data more difficult to capture is essential.
Installation
composer require attla/joth-laravel
Configuration
Publish the config file to your config folder.
php artisan vendor:publish --tag=attla/joth-laravel/config
Set a env variable JOTH_KEY
with your key.
Usage
This package needs a front-end layer. See the joth jquery.
After includes the front-end layer, set a secret as same defined on your configuration file.
Extra
If you need modify the middlewares, publish them
php artisan vendor:publish --tag=attla/joth-laravel/middlewares
Not is necessary add the middlewares to your routes or on kernel.
License
This package is licensed under the MIT license © Zunq.