kakserpom/phpdaemon
Asynchronous server-side framework for network applications implemented in PHP using libevent 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6013
- days_rel: n/a
- days_push: 1538
- n_releases_24m: 0
Adoption not part of the score
1515 stars · 221 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
phpDaemon is an asynchronous server-side framework for building high-load network applications in PHP, built on libevent. It bundles servers (HTTP, FastCGI, SOCKS), async clients (MySQL, Redis, MongoDB, DNS, etc.), and a master-worker process model supporting thousands of simultaneous connections per worker.
Use cases
- build high-concurrency network servers in PHP
- run an async HTTP or FastCGI server in PHP
- handle thousands of simultaneous connections per worker
- write event-driven daemons with async database clients
- build long-running background worker processes in PHP
When to choose
- you need non-blocking I/O and high connection concurrency in PHP
- you want a daemon framework with graceful reloads and worker management built in
- you need bundled async clients for Redis, MySQL, MongoDB, and more
When to avoid
- you are starting a new project - modern PHP offers ReactPHP, Swoole, or Fiber-based alternatives with more active development
- you need Windows support or a simple synchronous request-response app
- you require frequent updates or broad community support - releases are infrequent
Facets
framework · maturity maintenance
web-framework http-server websocket networking concurrency middleware web-development backend networking developer-tools php cli async libevent daemon highload event-driven php-daemon linux
1 source
- readme: https://github.com/kakserpom/phpdaemon · fetched 2026-08-28 · 1c0922e44089
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kakserpom/phpdaemon | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kakserpom/phpdaemon")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem