Added Hashids

This commit is contained in:
Wahyu Kristianto 2013-12-14 09:58:25 +07:00
parent 73f3b2e67e
commit 7e97205ec5
1 changed files with 1 additions and 0 deletions

View File

@ -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.*