# luofei614/SocketLog

微信调试、API调试和AJAX的调试的工具，能将日志通过WebSocket输出到Chrome浏览器的console中

Repository: https://github.com/luofei614/SocketLog
Canonical: https://ross.abutalabs.com/products/socketlog
Language: PHP
License Family: other
Last push: 2021-03-19T02:55:06+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": 4591, "days_push": 1993, "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 1118, forks 293 (observed 2026-08-28T04:03:39.095261+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: logging, websocket, middleware
- domain: developer-tools, web-development, apis
- platform: php, browser-extension, browser
- tags: debugging, websocket-logging, chrome-console, api-debugging, php-probe, firephp-alternative, nodejs

## Member repositories
- luofei614/SocketLog (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.095261+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-30T06:41:49.136552+00:00, confidence not recorded.
  - readme: https://github.com/luofei614/SocketLog (fetched 2026-08-28T04:03:39.095261+00:00, sha 16db3b948058)
- Data as of 2026-08-30T08:39:29.467469+00:00.
