From 5280e3c2fed9095da2943bc6e173f29714b7b649 Mon Sep 17 00:00:00 2001 From: Bernhard Essl Date: Tue, 19 Aug 2014 16:14:52 +0200 Subject: [PATCH] Update README.md Added log4php to the logging section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d23ba3..5347825 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger. * [KLogger](https://github.com/katzgrau/KLogger) - An easy-to-use PSR-3 compliant logging class. +* [log4php](http://logging.apache.org/log4php/) - A versatile logging framework for PHP. ## E-commerce *Libraries and applications for taking payments and building online e-commerce stores.*