From f11b92d959b95f080da566968f6041bd4627ecd4 Mon Sep 17 00:00:00 2001 From: Westin Shafer Date: Sat, 29 Jul 2017 06:33:59 -0600 Subject: [PATCH] Added PSR-11 package to list --- 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 3bc9d9c..05b283d 100644 --- a/Third-Party-Packages.md +++ b/Third-Party-Packages.md @@ -45,4 +45,5 @@ https://github.com/tatocaster/monolog-json-unicode-pretty-formatter) formats the - [**theorchard/monolog-cascade**](https://github.com/theorchard/monolog-cascade) lets you easily configure complex monolog handler sets using PHP arrays, yaml or json configs. - [**bitrix-expert/monolog-adapter**](https://github.com/bitrix-expert/monolog-adapter) handler and formatter for Bitrix CMS. - [**inpsyde/Wonolog**](https://github.com/inpsyde/Wonolog) Monolog-based logging package for WordPress. -- [**nikolaposa/monolog-factory**](https://github.com/nikolaposa/monolog-factory) - Factories that facilitate creation of Monolog logger objects. Suitable for using Monolog with container-interop. \ No newline at end of file +- [**nikolaposa/monolog-factory**](https://github.com/nikolaposa/monolog-factory) - Factories that facilitate creation of Monolog logger objects. Suitable for using Monolog with container-interop. +- [**wshafer/psr11-monolog**](https://packagist.org/packages/wshafer/psr11-monolog) - PSR-11 factories for Monolog with support for channels. Works with most PSR-11 container services. Zend Expressive, Zend Framework, Slim supported. \ No newline at end of file