# kakserpom/phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent

Repository: https://github.com/kakserpom/phpdaemon
Canonical: https://ross.abutalabs.com/products/phpdaemon
Homepage: http://daemon.io/
Language: PHP
License: LGPL-3.0
License Family: copyleft
Last push: 2022-06-17T15:22:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6013, "days_push": 1538, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1515, forks 221 (observed 2026-08-28T04:04:56.537524+00:00)

## What it is
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
- artifact type: framework
- maturity: maintenance
- function: web-framework, http-server, websocket, networking, concurrency, middleware
- domain: web-development, backend, networking, developer-tools
- platform: php, cli
- tags: async, libevent, daemon, highload, event-driven, php-daemon, linux

## Member repositories
- kakserpom/phpdaemon (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:56.537524+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-30T04:32:09.724033+00:00, confidence not recorded.
  - readme: https://github.com/kakserpom/phpdaemon (fetched 2026-08-28T04:04:56.537524+00:00, sha 1c0922e44089)
- Data as of 2026-08-30T08:39:29.467469+00:00.
