BitOne/php-meminfo
PHP extension to get insight about memory usage observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4589
- days_rel: n/a
- days_push: 927
- n_releases_24m: 0
Adoption not part of the score
1120 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP extension that dumps the content of PHP process memory to JSON and provides CLI analyzers to inspect it. It helps developers understand memory usage and diagnose memory leaks, inspired by Java's jmap -histo tool.
Use cases
- find memory leaks in a PHP application
- dump PHP process memory to a JSON file
- summarize object and string counts in memory
- identify objects holding the most child references
- debug growing memory usage in long-running PHP scripts
- analyze which classes consume the most memory
When to choose
- you suspect a memory leak in a PHP 7.x or 8.0 application
- you need a heap dump of a running PHP process for offline analysis
- you want jmap-style memory histograms for PHP
When to avoid
- you need profiling of CPU time or execution performance rather than memory
- you run PHP 8.1+ or newer versions not listed as supported
- you want a continuous production monitoring solution rather than on-demand debugging
Facets
library · maturity maintenance
developer-tools monitoring developer-tools performance php cli memory-profiling memory-leaks heap-dump php-extension memory-analysis debugging php linux macos
1 source
- readme: https://github.com/BitOne/php-meminfo · fetched 2026-08-28 · a6957f38bfcc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BitOne/php-meminfo | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="BitOne/php-meminfo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem