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:
Jamie York 2013-07-22 08:34:51 -07:00
parent fd6ef89416
commit 2eedce0ae7

View File

@ -124,6 +124,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).
* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
* [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.