From 274734c936876dbc31e67de4faef513f56dbe43f Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 1 Oct 2013 12:47:38 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index cbe7917..42c8c7a 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -248,6 +248,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser. * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser. * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser. +* [GetOptionKit](https://github.com/c9s/php-GetOptionKit) - Another command line opt parser. * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates. * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.