phalanx-php / stoa
HTTP server framework for Phalanx
v0.7.0
2026-06-08 00:06 UTC
Requires
- php: ^8.4
- ext-swoole: ^6.0
- guzzlehttp/psr7: ^2.0
- nikic/fast-route: ^2.0
- phalanx-php/runtime: ^0.7
Requires (Dev)
- phalanx-php/http-client: ^0.7
- phpunit/phpunit: ^13.0
- spatie/ignition: ^1.15
Suggests
- phalanx-php/worker: For worker process parallelism in request handlers
- symfony/runtime: For Symfony Runtime integration via Http::starting()
This package is auto-updated.
Last update: 2026-07-08 09:47:23 UTC
README
Phalanx Http
Swoole-native HTTP runtime for Phalanx. Http handles request/response translation, routing, middleware, validation, lifecycle management, and runtime-aware delivery semantics.
Part of the Phalanx framework.