From a8fae9eb1e773004ea07f33d93f7c53bb5e77d38 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 11 Mar 2013 19:10:03 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 02cbf69..80aa9dc 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -67,6 +67,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Password Compat](https://github.com/ircmaxell/password_compat) - A library that provides compatibility with the new PHP 5.5 password functions. * [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript. * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. +* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library. * [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.