Browse Source

Alphabetize Micro Frameworks

pull/501/merge
Jose Diaz-Gonzalez 9 years ago
parent
commit
84c5d6d298
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -139,11 +139,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
139 139
 ## Micro Frameworks
140 140
 *Micro frameworks and routers.*
141 141
 
142
-* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
143
-* [Slim](http://www.slimframework.com/) - Another simple micro framework.
144 142
 * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
145 143
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
146 144
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework
145
+* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
146
+* [Slim](http://www.slimframework.com/) - Another simple micro framework.
147 147
 
148 148
 ## Micro Framework Extras
149 149
 *Extras related to micro frameworks and routers.*

Loading…
Cancel
Save