PHP Package: illuminate/encryption

Illuminate Encryption library provides secure encryption utilities for PHP applications.

Current Version: 12.18.0
Last Updated: Date not available
PHP Requirement: ^8.2
Dependencies:
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Illuminate Encryption library offers a robust set of encryption functionalities for safeguarding sensitive data within PHP projects. It ensures secure data transmission and storage, catering to the privacy and integrity of information. By leveraging industry-standard encryption algorithms, this library guarantees a high level of protection against unauthorized access and data breaches. Illuminate Encryption is a go-to solution for developers seeking a reliable encryption framework to enhance the security posture of their applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.18.0

Download Download v12.18.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/illuminate/encryption/12.18.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/php >=5.6.4/{lib_version}/loader.php';

use Illuminate\Encryption\Encrypter;
use Illuminate\Encryption\EncryptionServiceProvider;

$obj = new Encrypter();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.