eonx-com / easy-encryption
Encryption made easy
6.22.5
2026-06-16 12:01 UTC
Requires
- php: ^8.2
- ext-sodium: *
- eonx-com/easy-utils: ^6.22.5
- paragonie/halite: ^5.1
- symfony/config: ^7.2
- symfony/dependency-injection: ^7.2
- symfony/http-kernel: ^7.2
Requires (Dev)
- aws/aws-sdk-php: ^3.371.4
- eonx-com/easy-test: ^6.22.5
- laravel/lumen-framework: ^11.0
- phpunit/phpunit: ^10.5.63|^11.5.50|^12.5.8
- symfony/filesystem: ^7.2
- symfony/process: ^7.2
Suggests
- ext-pkcs11: For AWS Cloud HSM support
- aws/aws-sdk-php: For AWS Cloud HSM support
- doctrine/collections: For encrypting fields with EncryptableField attribute
- doctrine/orm: For encrypting fields with EncryptableField attribute
- natepage/php-pkcs11-ide-helper: For better IDE support when using PKCS11
- symfony/filesystem: For AWS Cloud HSM support
This package is auto-updated.
Last update: 2026-06-16 12:03:03 UTC
README
---eonx_docs--- title: Introduction weight: 0 ---eonx_docs---
Require package (Composer)
The recommended way to install this package is to use Composer:
$ composer require eonx-com/easy-encryption
Integration with Symfony
Read the Symfony integration documentation to learn how to integrate the package with Symfony.