phpstreamserver / phpstreamserver
The PHPStreamServer application server
Package info
github.com/phpstreamserver/phpstreamserver
pkg:composer/phpstreamserver/phpstreamserver
v0.8.2
2026-02-11 16:11 UTC
Requires
- php: >=8.2
- ext-pcntl: *
- ext-posix: *
- amphp/amp: ^3.0
- amphp/byte-stream: ^2.1
- amphp/http-server: ^3.3
- amphp/pipeline: ^1.2
- amphp/socket: ^2.3
- dragonmantank/cron-expression: ^3.4
- luzrain/polyfill-inotify: ^1.0
- promphp/prometheus_client_php: ^2.12
- psr/container: ^2.0
- psr/http-message: ^2.0
- psr/log: ^3.0
- revolt/event-loop: ^1.0
- symfony/config: ^7.0|^8.0
- symfony/dependency-injection: ^7.0|^8.0
- symfony/dotenv: ^7.0|^8.0
- symfony/http-kernel: ^7.0|^8.0
- symfony/runtime: ^7.0|^8.0
Requires (Dev)
- amphp/http-client: ^5.3.4
- friendsofphp/php-cs-fixer: ^3.93.1
- monolog/monolog: ^3.10.0
- phpunit/phpunit: ^11.5.53
- symfony/framework-bundle: ^7.4.5
- symfony/var-dumper: ^6.4.32
- symplify/monorepo-builder: ^11.2.23
- vimeo/psalm: ^6.15.1
Replaces
- phpstreamserver/core: v0.8.2
- phpstreamserver/file-monitor: v0.8.2
- phpstreamserver/http-server: v0.8.2
- phpstreamserver/logger: v0.8.2
- phpstreamserver/metrics: v0.8.2
- phpstreamserver/scheduler: v0.8.2
- phpstreamserver/symfony: v0.8.2
README
Application server and process manager for modern PHP applications.
PHPStreamServer is a high-performance, event-loop-based application server and supervisor for PHP, written in PHP. Powered by the Revolt event loop and built on the AMPHP ecosystem, it brings true asynchronous capabilities to PHP applications. With its extensible plugin system, PHPStreamServer can replace traditional stacks such as Nginx, PHP-FPM, Cron, and Supervisor.
Installation
Install PHPStreamServer with Composer
Documentation
You can find the official documentation at phpstreamserver.dev