From 627c0d54409d9e184b692d1daa26f6e8f4d1b9a2 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Fri, 31 Aug 2012 15:46:05 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 33cfd99c..5312c38c 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -44,6 +44,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data. * [GetOpt](ulrichsg/getopt-php) - A command line opt parser. * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser. +* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.