From 2ef5c1af499b7658b858cd05fb8f24a66fd3af70 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Wed, 29 Aug 2012 09:15:04 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index a79ac845..9715ecde 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -39,6 +39,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Bob](https://github.com/CHH/bob) - A simple project automation tool. * [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. * [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.