[PR #532] [CLOSED] Add PHPConsoleHandler to debug in Google Chrome #1208

Closed
opened 2026-03-04 03:06:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/532
Author: @barbushin
Created: 3/30/2015
Status: Closed

Base: masterHead: php-console-handler


📝 Commits (1)

  • 7bd072f Add PHPConsoleHandler to debug in Google Chrome

📊 Changes

4 files changed (+516 additions, -2 deletions)

View changed files

📝 README.mdown (+2 -0)
📝 composer.json (+4 -2)
src/Monolog/Handler/PHPConsoleHandler.php (+239 -0)
tests/Monolog/Handler/PHPConsoleHandlerTest.php (+271 -0)

📄 Description

There is a PHPConsoleHandler that integrates Monolog with very popular Google Chrome extension PHP Console and its server library php-console.

There is also PHPConsoleHandlerTest with 25 tests that are passed on PHP 5.3, 5.4 and 5.5.

I keep code style compatible with PSR1/2 and added documentation notes.

Referenced to #416


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/532 **Author:** [@barbushin](https://github.com/barbushin) **Created:** 3/30/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `php-console-handler` --- ### 📝 Commits (1) - [`7bd072f`](https://github.com/Seldaek/monolog/commit/7bd072f3d2840d6b9e42797d09dfd3edd55e44f5) Add PHPConsoleHandler to debug in Google Chrome ### 📊 Changes **4 files changed** (+516 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+2 -0) 📝 `composer.json` (+4 -2) ➕ `src/Monolog/Handler/PHPConsoleHandler.php` (+239 -0) ➕ `tests/Monolog/Handler/PHPConsoleHandlerTest.php` (+271 -0) </details> ### 📄 Description There is a [PHPConsoleHandler](https://github.com/barbushin/monolog/blob/php-console-handler/src/Monolog/Handler/PHPConsoleHandler.php) that integrates Monolog with very popular Google Chrome extension [PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) and its server library [php-console](https://github.com/barbushin/php-console). There is also [PHPConsoleHandlerTest](https://github.com/barbushin/monolog/blob/php-console-handler/tests/Monolog/Handler/PHPConsoleHandlerTest.php) with 25 tests that are passed on PHP 5.3, 5.4 and 5.5. I keep code style compatible with PSR1/2 and added documentation notes. Referenced to #416 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:06:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1208
No description provided.