From 7e97205ec56ec253cfff10eb7cd3790341f3b36f Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Sat, 14 Dec 2013 09:58:25 +0700 Subject: [PATCH] Added Hashids --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c91f5a..859232f 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,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](http://www.hashids.org/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.*