From 73901bc6d1ae58964b4b4cb38d70764057b2fc35 Mon Sep 17 00:00:00 2001 From: Stephane Corlosquet Date: Wed, 23 Jul 2014 13:13:50 -0400 Subject: [PATCH] Add Zxcvbn-php Add @bjeavons' Zxcvbn-php library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ca83b..c9d3317 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security. * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories. * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications. +* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS. ## Code Analysis *Libraries and tools for analysing, parsing and manipulation codebases.*