From 911cd4bc3abde1346975856f96bcf5bee8c3033c Mon Sep 17 00:00:00 2001 From: ziadoz Date: Wed, 29 Aug 2012 11:22:06 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 9715ecde..5528f296 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. +* [FTP PHP](https://github.com/rjkip/ftp-php) - An FTP wrapper class. # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.