From cce4ebfef560f5e16ff79c0ea4ce7ada9a1a56c0 Mon Sep 17 00:00:00 2001 From: Andrew Breksa Date: Mon, 27 Mar 2017 11:12:05 -0700 Subject: [PATCH] add Unicorn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f485bb6..b411577 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony components. * [Slim](https://www.slimframework.com/) - Another simple micro framework. +* [Unicorn](https://github.com/abreksa4/Unicorn) - A single class PSR-7 web application "framework" ## Micro Framework Extras *Extras related to micro frameworks and routers.*