luofei614/SocketLog
微信调试、API调试和AJAX的调试的工具,能将日志通过WebSocket输出到Chrome浏览器的console中 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4591
- days_rel: n/a
- days_push: 1993
- n_releases_24m: 0
Adoption not part of the score
1118 stars · 293 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SocketLog is a probe-style server-side debugging tool for PHP that pushes runtime debug information (errors, SQL statements, performance metrics) over WebSocket to a Chrome extension that prints it in the browser console. It consists of a PHP probe library, a Node.js WebSocket server, and a Chrome extension, and is a successor to FirePHP and ChromePHP.
Use cases
- debug ajax api responses in chrome console
- debug wechat api development without var_dump
- view sql queries and explain output while browsing a site
- see php errors and warnings for running web apps
- analyze performance of open-source php projects
- trace sql call stacks during second development of a php codebase
When to choose
- debugging php api or ajax endpoints where var_dump would break client responses
- wechat or third-party api development where error output is hidden
- analyzing sql and performance of an existing php web application from the browser
When to avoid
- debugging non-php backends like node, python, or go
- projects needing actively maintained tooling with modern php framework integration
- teams wanting structured log aggregation rather than browser console output
Facets
library · maturity maintenance
logging websocket middleware developer-tools web-development apis php browser-extension browser debugging websocket-logging chrome-console api-debugging php-probe firephp-alternative nodejs
1 source
- readme: https://github.com/luofei614/SocketLog · fetched 2026-08-28 · 16db3b948058
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| luofei614/SocketLog | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="luofei614/SocketLog")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem