php-pm/php-pm
PPM is a process manager, supercharger and load balancer for modern PHP applications. 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: 4573
- days_rel: n/a
- days_push: 999
- n_releases_24m: 0
Adoption not part of the score
6548 stars · 366 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PHP-PM is a process manager, load balancer, and performance accelerator for PHP applications built on ReactPHP. It keeps bootstrapped framework instances (Symfony, Laravel, Drupal, Zend) resident in memory across requests, eliminating per-request bootstrap overhead.
Use cases
- speed up symfony application performance
- replace php-fpm with a faster php application server
- run laravel app with in-memory workers
- load balance php worker processes
- hot reload php code during development
- serve php app without nginx php-fpm setup
When to choose
- you run a Symfony or Laravel app and need significantly better throughput than PHP-FPM
- you want an integrated process manager and load balancer for PHP workers
- you want hot-code reload and static file serving during development
When to avoid
- your application or its dependencies are not memory-resident safe (leaks global state between requests)
- you rely on frameworks not supported by its HttpKernel-style bootstraps
- you need a project with frequent updates and broad community maintenance
Facets
application · maturity maintenance
http-server web-framework middleware deployment web-development backend performance developer-tools php cli process-manager reactphp load-balancer php-fpm-alternative application-server symfony laravel linux docker
1 source
- readme: https://github.com/php-pm/php-pm · fetched 2026-08-28 · cd955c142152
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| php-pm/php-pm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem