From 66274096cf81066d878aaa391290b2f789b336e7 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 28 Aug 2012 12:19:12 -0700 Subject: [PATCH] --- awesome-php.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awesome-php.md b/awesome-php.md index 648d7c6..2842cc9 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -40,6 +40,8 @@ A list of amazingly awesome PHP libraries that you should be using: * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework. * [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. +* [Optparse](https://github.com/CHH/optparse) - Another command line opt parser. # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.