1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00
This commit is contained in:
ziadoz 2012-12-04 08:44:54 -08:00
parent 7b499eb0cb
commit dc24a5e3f5

View File

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