SwooleDistributed/SwooleDistributed
swoole 分布式全栈框架 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: 3696
- days_rel: n/a
- days_push: 1482
- n_releases_24m: 0
Adoption not part of the score
1371 stars · 252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwooleDistributed (SD) is a full-stack distributed application server framework built on the PHP Swoole extension. It combines mixed-protocol servers (TCP, WebSocket, HTTP, UDP), coroutines, connection pools, clustering, and microservice features in a single MVC framework.
Use cases
- build a high-performance realtime server with websocket and tcp in php
- deploy a clustered php application server without a single point of failure
- implement microservices with service discovery and circuit breaking in php
- push messages from http to long-connected websocket clients
- run distributed scheduled tasks across a server cluster
- integrate rabbitmq or mqtt into an async php backend
- replace callback-heavy async php code with coroutine-style synchronous syntax
When to choose
- you need a long-running, high-concurrency PHP server beyond the PHP-FPM request/response model
- you want mixed protocols (TCP/WebSocket/HTTP/UDP) sharing one codebase
- you need cluster deployment, pub/sub, and microservice features in PHP
When to avoid
- you are building a simple CRUD web app better served by a traditional PHP-FPM framework like Laravel or Symfony
- your team is unfamiliar with Swoole's event-driven, coroutine-based runtime and cannot afford the learning curve
- you need a framework with recent active development and broad community support
Facets
framework · maturity maintenance
web-framework websocket http-server rpc middleware routing message-queue concurrency microservices scheduling caching web-development backend microservices apis php self-hosted swoole distributed coroutines async object-pool mqtt amqp cluster pub-sub connection-pool chinese messaging real-time linux web-server
1 source
- readme: https://github.com/SwooleDistributed/SwooleDistributed · fetched 2026-08-28 · 8c53c41b3a85
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SwooleDistributed/SwooleDistributed | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="SwooleDistributed/SwooleDistributed")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem