From dd60284aff6cb0ba5aa24e75bb459010d96aa4fb Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Thu, 30 Oct 2014 12:00:32 -0600 Subject: [PATCH 1/2] Added Cilex a micro framework for creating PHP CLI Added Cilex a lightweight framework for creating PHP CLI scripts inspired by Silex. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6a5a10..d9ebca9 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Micro frameworks and routers.* * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. +* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. From 9f85d51a2481dbb879a43922125e8f8455c3c3f2 Mon Sep 17 00:00:00 2001 From: Rotimi Ade Date: Fri, 31 Oct 2014 15:14:10 -0600 Subject: [PATCH 2/2] Added Cilex a micro framework for creating PHP CLI Added Cilex a micro framework for creating PHP CLI to the Command Line Section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ebca9..1a7f08e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Micro frameworks and routers.* * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. -* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library. @@ -436,6 +435,7 @@ Libraries to help manage database schemas and migrations. * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library. * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library. * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines. +* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components ## Authentication *Libraries for implementing authentications schemes.*