PHP Package: vinkla/hashids
Hashids is a PHP library that generates unique, encrypted IDs for better URL readability and SEO optimization.
Package Description
Hashids is a powerful PHP library used to obfuscate numerical IDs into unique strings, enhancing URL readability and SEO performance. It provides a seamless way to encode and decode data securely. With its flexibility and ease of use, Hashids is a popular choice for applications requiring disguised ID representation.
Download Latest Version: 5.0.2

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/vinkla/hashids/5.0.2/loader.php';
use Hashids\Hashids;
$obj = new Hashids();
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.