From dc24a5e3f59ecd4d642ecfc88bab53024f655d6b Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 4 Dec 2012 08:44:54 -0800 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index c37563d..5957022 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -52,6 +52,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework. * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library. +* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords. * [Box](https://github.com/kherge/Box) - A utility to build PHAR files. * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data. * [GetOpt](ulrichsg/getopt-php) - A command line opt parser.