From 709ce47078722d227004ecce0cb76eabfc8b1836 Mon Sep 17 00:00:00 2001 From: Ilya Date: Tue, 19 May 2015 18:23:21 +0300 Subject: [PATCH] Added Slim Eloquent The Slim PHP micro framework paired with Laravel's Illuminate Database toolkit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d89e2a3..391d04f 100644 --- a/README.md +++ b/README.md @@ -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.*