From f4c4a3a410b3c1341287529ed0d391fa45b63e04 Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Wed, 11 Dec 2013 08:43:03 +0700 Subject: [PATCH] Added Hashids --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7214b4f..189dcb1 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories. * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code. * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications. +* [Hashids](https://github.com/ivanakimov/hashids.php) - A small PHP class to generate YouTube-like hashes from one or many numbers. ## Code Analysis *Libraries and tools for analysing, parsing and manipulation codebases.*