# ccampbell/chromephp

class for logging PHP variables to Google Chrome console

Repository: https://github.com/ccampbell/chromephp
Canonical: https://ross.abutalabs.com/products/chromephp
Homepage: http://www.chromelogger.com
Language: PHP
License Family: other
Topics: logging, php, console
Last push: 2023-01-09T09:43:33+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5855, "days_push": 1332, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1370, forks 441 (observed 2026-08-28T04:04:31.849031+00:00)

## What it is
ChromePhp is a PHP library that logs server-side PHP variables to the Google Chrome console via the Chrome Logger extension. It sends log data through response headers so developers can inspect backend variables directly in the browser's developer tools.

## Use cases
- log PHP variables to the Chrome console
- debug server-side PHP code in the browser
- inspect $_SERVER and other variables during development
- view warnings and errors from PHP in devtools
- replace var_dump debugging with browser console logging

## When to choose
- you develop PHP web apps and want server-side logs visible in Chrome devtools
- you prefer browser console output over log files during debugging

## When to avoid
- you need a maintained library with active support or a license file
- your team uses browsers other than Chrome
- you need structured centralized logging rather than per-tab console output

## Facets
- artifact type: library
- maturity: maintenance
- function: logging, developer-tools
- domain: developer-tools, web-development, backend
- platform: php, browser
- tags: chrome-logger, chrome-devtools, server-side-debugging, browser-console, debugging, web-server

## Member repositories
- ccampbell/chromephp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.849031+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:54.099764+00:00, confidence not recorded.
  - readme: https://github.com/ccampbell/chromephp (fetched 2026-08-28T04:04:31.849031+00:00, sha 6a479498c4bb)
  - homepage: http://www.chromelogger.com (fetched 2026-08-29T11:57:35.359605+00:00, sha 173bf0be18fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
