From 2dd6bce87deb4aff117e99361efe4f1f791aef2f Mon Sep 17 00:00:00 2001 From: do3meli Date: Fri, 30 Oct 2015 10:31:39 +0400 Subject: [PATCH] added monolog-cassandra reference --- Third-Party-Packages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Third-Party-Packages.md b/Third-Party-Packages.md index 3e8d2f3..684ab4c 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -9,6 +9,7 @@ This page lists third party packages implementing useful Monolog handlers, forma - [**waza-ari/monolog-mysql**](https://github.com/waza-ari/monolog-mysql) allows to store log messages in a MySQL Table - [**bartlett/monolog-growlhandler**](https://github.com/llaville/monolog-growlhandler) handler that send notifications to Growl on Mac OS X and Windows - [**yegortokmakov/monolog-fluentd**](https://github.com/yegortokmakov/monolog-fluentd) handler that send notifications to Fluentd / td-agent +- [**do3meli/monolog-cassandra**](https://github.com/do3meli/monolog-cassandra) Cassandra database handler based on the [DataStax PHP-Driver](https://github.com/datastax/php-driver) # Formatters @@ -20,4 +21,4 @@ This page lists third party packages implementing useful Monolog handlers, forma # Others -- [**theorchard/monolog-cascade**](https://github.com/theorchard/monolog-cascade) lets you easily configure complex monolog handler sets using PHP arrays, yaml or json configs. +- [**theorchard/monolog-cascade**](https://github.com/theorchard/monolog-cascade) lets you easily configure complex monolog handler sets using PHP arrays, yaml or json configs. \ No newline at end of file