Skip to content

Commit

Permalink
Added note about Sqids (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla authored Feb 2, 2025
1 parent a36ac27 commit aeb769f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

**Hashids** is a small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database numeric ids to users: [https://hashids.org/php](https://hashids.org/php)

<a href="https://sqids.org/">
<img align="right" src="https://github.com/user-attachments/assets/75864e3a-483c-4b6f-9b0b-66f5e3d6e736" alt="Sqids" width="100" height="100">
</a>

> [!NOTE]
> The creator of Hashids has released a new, upgraded version rebranded as **Sqids**. However, Hashids will continue to be maintained and available for future use. For more information, please visit the [Sqids repository](https://github.com/sqids/sqids-php) and learn how it compares to Hashids on the [Sqids website](https://sqids.org/faq#hashids).
## Getting started

Require this package, with [Composer](https://getcomposer.org), in the root directory of your project.
Expand Down

0 comments on commit aeb769f

Please sign in to comment.