From ee0381fa021be418aff8ddf9584f7b852fdffb0c Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 7 Feb 2013 20:19:02 +0000 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index aca310b..1c052b4 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -11,6 +11,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2. * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. +* [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [Mustache](https://packagist.org/packages/phly/mustache) - A PHP implementation of the Mustache template language.