blu3blaze / laravel-xchacha20-encrypter
Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application
Installs: 221
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/blu3blaze/laravel-xchacha20-encrypter
Requires
- php: ^8.3
- illuminate/support: ^11|^12
This package is not auto-updated.
Last update: 2025-12-29 17:50:23 UTC
README
This package seamlessly integrates the robust XChaCha20-Poly1305 encryption algorithm into Laravel application by extending the default Encryption facade.
Prerequisites
- PHP 8.3
- Laravel 11
Installation
- Install package via composer:
composer require blu3blaze/laravel-xchacha20-encrypter
- Add service provider into your bootstrap/providers.php:
\Blu3blaze\Encrypter\EncrypterServiceProvider::class,