Hashids is a small open-source library that generates short, unique, non-sequential ids from numbers.
It converts numbers like 347 into strings like “yr8”, or array of numbers like [27, 986] into “3kTMd”.
You can also decode those ids back. This is useful in bundling several parameters into one or simply using them as short UIDs.
See the official project page at http://hashids.org/
Features:
Api Examples
hashids_generate(27, 986); // 3kTMd
hashids_generate(array(27, 986)); // 3kTMd
hashids_decode('3kTMd'); // array(27, 986)
Hashids Hash field
Generate a hashid by selecting reference ids in field settings. Supports entity reference, commerce, or relation references.
Download and include the library in sites/all/libraries.
Supporting organizations:
Initial Development of Drupal contributions
Project information
- Project categories: Developer tools, Site structure
40 sites report using this module
- Created by arosboro on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
2.0.0
released 15 January 2026
Works with Drupal: ^8 || ^9 || ^10 || ^11
Added Drupal 11 compatibility fixes
Install:
8.x-1.0
released 24 June 2023
Works with Drupal: ^8 || ^9 || ^10
Drupal 10 compatibility
Install:
Development version: 8.x-1.x-dev updated 15 Jan 2026 at 10:09 UTC


