From 7ef071f731b9da045f341d0d6ba2ccba49d766fb Mon Sep 17 00:00:00 2001 From: "Jeroen v.d. Gulik" Date: Thu, 16 Apr 2015 16:08:16 +0200 Subject: [PATCH] Added Lumen to list of supported frameworks Signed-off-by: Jeroen v.d. Gulik --- README.mdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mdown b/README.mdown index 7ac9904e..0603e668 100644 --- a/README.mdown +++ b/README.mdown @@ -266,6 +266,7 @@ Frameworks Integration - [Symfony2](http://symfony.com) comes out of the box with Monolog. - [Silex](http://silex.sensiolabs.org/) comes out of the box with Monolog. - [Laravel 4 & 5](http://laravel.com/) come out of the box with Monolog. +- [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog. - [PPI](http://www.ppi.io/) comes out of the box with Monolog. - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.com/jadb/cakephp-monolog) plugin. - [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer.