From 3339430303116fc6367da9d22aa9c9bcfb527db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Thu, 26 Dec 2013 17:45:09 +0100 Subject: [PATCH] Added Silex Kitchen Sink Edition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3bddcf..a3bfc33 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex. +* [Silex Kitchen Sink Edition](https://github.com/lyrixx/Silex-Kitchen-Edition) - A skeleton for Silex, with Twitter bootstrap, assetic, and few samples. * [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex. * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. * [Slim](http://www.slimframework.com/) - Another simple micro framework.