Added Slim Eloquent

The Slim PHP micro framework paired with Laravel's Illuminate Database toolkit.
This commit is contained in:
Ilya 2015-05-19 18:23:21 +03:00
parent ab9274b41c
commit 709ce47078

View File

@ -137,6 +137,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
* [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim.
* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim.
* [Slim Eloquent](https://github.com/kladd/slim-eloquent) - The Slim PHP micro framework paired with Laravel's Illuminate Database toolkit.
## Routers
*Libraries for handling application routing.*