PHP Package: illuminate/hashing
Illuminate's hashing library provides secure and efficient cryptographic hashing functions for PHP applications.
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.
Download Latest Version: 12.19.3

Previous Versions
v12.2.0
v12.3.0 - Coming soon
v12.4.1 - Coming soon
v12.7.2 - Coming soon
v12.8.1 - Coming soon
v12.9.2 - Coming soon
v12.10.2 - Coming soon
v12.12.0 - Coming soon
v12.13.0 - Coming soon
v12.14.1
v12.15.0
v12.16.0
v12.18.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/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.