Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
2eedce0ae7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      awesome-php.md

+ 1
- 0
awesome-php.md View File

124
 
124
 
125
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
125
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
126
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
126
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
127
+* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](http://www.random.org/).
127
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
128
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
128
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
129
 * [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
129
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
130
 * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.

Loading…
Cancel
Save