PHP Package: illuminate/hashing

Illuminate's hashing library provides secure and efficient cryptographic hashing functions for PHP applications.

Current Version: 12.19.3
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's hashing library offers a comprehensive set of algorithms to securely hash sensitive information, from passwords to data integrity verification. By using this library, developers can ensure data privacy and protection against potential breaches or unauthorized access. With its intuitive API and robust functionality, illuminate/hashing stands as a reliable choice for implementing hashing mechanisms within PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.19.3

Download Download v12.19.3

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/hashing/12.19.3/loader.php';
require_once 'libs/illuminate/support/12.19.3/loader.php';

use Illuminate\Support\Str;

$obj = new Str();
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.