PHP Package: illuminate/encryption

Illuminate Encryption is a PHP library for secure data encryption and decryption. It provides easy-to-use methods for encrypting sensitive information.

Current Version: 12.2.0
Last Updated: Date not available
PHP Requirement: >=7.1
Dependencies: illuminate/support, paragonie/sodium_compat
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Illuminate Encryption is a powerful library that offers robust encryption and decryption capabilities for PHP applications. With a focus on security and performance, this library ensures that your data remains protected at all times. It seamlessly integrates with the Illuminate framework, making it an ideal choice for developers looking to secure their data effectively.

🔗 View on GitHub

Download Latest Version: 12.2.0

Download Download v12.2.0

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.2.0/autoload.php';

use Illuminate\Encryption\Encrypter;
use Illuminate\Encryption\EncryptionServiceProvider;
use Paragonie\SodiumCompat;


$obj = new Illuminate\Encryption\Encrypter();
echo "✅ Example created successfully.";

?>

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