Browse Source

Added Cilex a micro framework for creating PHP CLI

Added Cilex a lightweight framework for creating PHP CLI scripts inspired by Silex.
pull/259/head
Rotimi Ade 11 years ago
parent
commit
dd60284aff
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

113
 *Micro frameworks and routers.*
113
 *Micro frameworks and routers.*
114
 
114
 
115
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
115
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
116
+* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components
116
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
117
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
117
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
118
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
118
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
119
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.

Loading…
Cancel
Save