[PR #533] [MERGED] Add PHPConsoleHandler to debug in Google Chrome #1210

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/533
Author: @barbushin
Created: 3/30/2015
Status: Merged
Merged: 4/23/2015
Merged by: @Seldaek

Base: masterHead: php-console-handler


📝 Commits (2)

  • cd90150 Add PHPConsoleHandler to debug in Google Chrome
  • 1c20abf Refactoring regarding Monolog authors requirements

📊 Changes

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

View changed files

📝 README.mdown (+2 -0)
📝 composer.json (+4 -2)
src/Monolog/Handler/PHPConsoleHandler.php (+237 -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/533 **Author:** [@barbushin](https://github.com/barbushin) **Created:** 3/30/2015 **Status:** ✅ Merged **Merged:** 4/23/2015 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `php-console-handler` --- ### 📝 Commits (2) - [`cd90150`](https://github.com/Seldaek/monolog/commit/cd90150c249fa1d6348c1134ddf59b597ed70fab) Add PHPConsoleHandler to debug in Google Chrome - [`1c20abf`](https://github.com/Seldaek/monolog/commit/1c20abf2c6cd034bb376404ff9fa85099e1e7003) Refactoring regarding Monolog authors requirements ### 📊 Changes **4 files changed** (+514 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+2 -0) 📝 `composer.json` (+4 -2) ➕ `src/Monolog/Handler/PHPConsoleHandler.php` (+237 -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:53 +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#1210
No description provided.