Skip to content

Commit aeb769f

Browse files
authored
Added note about Sqids (#207)
1 parent a36ac27 commit aeb769f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
**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)
88

9+
<a href="https://sqids.org/">
10+
<img align="right" src="https://github.com/user-attachments/assets/75864e3a-483c-4b6f-9b0b-66f5e3d6e736" alt="Sqids" width="100" height="100">
11+
</a>
12+
13+
> [!NOTE]
14+
> 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).
15+
916
## Getting started
1017

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

0 commit comments

Comments
 (0)