# easy-swoole/easyswoole

swoole,easyswoole,swoole framework

Repository: https://github.com/easy-swoole/easyswoole
Canonical: https://ross.abutalabs.com/products/easyswoole
Homepage: https://www.easyswoole.com/
Language: PHP
License: Apache-2.0
License Family: permissive
Topics: swoole, easyswoole, coroutine, tcp-server, websocket-server, swoole-framework
Last push: 2026-08-24T11:28:44+00:00

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

## Adoption (not part of the score)
Stars 4758, forks 502 (observed 2026-08-28T04:08:58.996322+00:00)

## What it is
EasySwoole is a high-performance, persistent-memory PHP framework built on the Swoole extension, designed for building coroutine-based APIs and services. It supports simultaneous HTTP, WebSocket, TCP, and UDP servers with a rich ecosystem of coroutine components including ORM, connection pools, RPC, and clients for Redis, Kafka, and Elasticsearch.

## Use cases
- build high-performance PHP APIs with coroutines
- create a websocket server in PHP
- run a persistent-memory PHP application instead of PHP-FPM
- build microservices with RPC and service discovery in PHP
- serve HTTP, TCP, and UDP protocols from one PHP process
- implement async task processing and crontab jobs in PHP

## When to choose
- you need PHP performance beyond traditional PHP-FPM frameworks
- you're building APIs, realtime services, or microservices in PHP
- you want coroutine-based clients for Redis, Kafka, Elasticsearch, and more
- you need to mix HTTP, WebSocket, TCP, and UDP servers in one application

## When to avoid
- your project targets shared hosting without the Swoole extension
- you need a simple traditional request-per-process PHP app
- your team is unwilling to learn coroutine/async programming patterns
- you rely on PHP libraries incompatible with long-lived memory resident processes

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, websocket, rpc, orm, middleware, routing, caching, message-queue, scheduling
- domain: web-development, backend, apis, microservices
- platform: php, cli
- tags: swoole, coroutine, tcp-server, udp-server, connection-pool, persistent-memory, high-performance, async-php, real-time, linux, web-server

## Member repositories
- easy-swoole/easyswoole (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:58.996322+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-29T18:18:51.957489+00:00, confidence not recorded.
  - readme: https://github.com/easy-swoole/easyswoole (fetched 2026-08-28T04:08:58.996322+00:00, sha b556b4ea90fd)
  - homepage: https://www.easyswoole.com/ (fetched 2026-08-29T09:02:14.636602+00:00, sha f201af7da1b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
