From 68da2fb7a1c1faaad9e4aae18414a22d680df418 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 18 Nov 2013 12:05:11 -0800 Subject: [PATCH] --- awesome-php.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 797bf36..124a0ed 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -89,7 +89,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [Slim Skeleton](https://github.com/codeguy/Slim-Skeleton) - A skeleton for Slim. -* [Slim Extras](https://github.com/codeguy/Slim-Extras) - A collection of extras for Slim. +* [Slim View](https://github.com/codeguy/Slim-Views) - A collection of custom views for Slim. +* [Slim Middleware](https://github.com/codeguy/Slim-Middleware) - A collection of custom middleware for Slim. * [Bullet PHP](http://bulletphp.com/) - A mico framework for building REST APIs. * [Klein](https://github.com/chriso/klein.php) - A fast routing library.