From 2eedce0ae737b79631fc695463ccfaaba61e48bc Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 22 Jul 2013 08:34:51 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 95af33e..b7b565f 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -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.