Browse Source

Added Cilex a micro framework for creating PHP CLI

Added Cilex a micro framework for creating PHP CLI to the Command Line Section
pull/259/head
Rotimi Ade 11 years ago
parent
commit
9f85d51a24
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
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
117
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
116
 * [Slim](http://www.slimframework.com/) - Another simple micro framework.
118
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
117
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
119
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
118
 * [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
436
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
435
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
437
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
436
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
438
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
437
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
438
+* [Cilex](https://github.com/Cilex/Cilex) - A PHP micro-framework for Command line tools based on the Symfony2 Components
439
 
439
 
440
 ## Authentication
440
 ## Authentication
441
 *Libraries for implementing authentications schemes.*
441
 *Libraries for implementing authentications schemes.*

Loading…
Cancel
Save