|
|
@@ -53,6 +53,7 @@ A list of amazingly awesome PHP libraries that you should be using:
|
|
53
|
53
|
* [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
|
|
54
|
54
|
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
|
55
|
55
|
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
|
|
|
56
|
+* [Password Compat](https://github.com/ircmaxell/password_compat) - A library that provides compatibility with the new PHP 5.5 password functions.
|
|
56
|
57
|
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
|
|
57
|
58
|
* [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
|
|
58
|
59
|
* [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
|