PHPStreamServer is a high performance event-loop based application server and supervisor for PHP written in PHP.
PHPStreamServer ships with a number of plugins to extend functionality such as http server, scheduler and logger. See all the plugin packages below.
With all the power of plugins, it can replace traditional setup for running php applications like nginx, php-fpm, cron and supervisor.
Please read the official documentation: https://phpstreamserver.dev/
Package | Description |
---|---|
Core | The core of PHPStreamServer with a built-in supervisor. |
Http Server | Plugin that implements an asynchronous HTTP server. |
Scheduler | Plugin for scheduling tasks. Works similar to cron. |
Logger | Plugin that implements a powerful PSR-compatible logger that can be used by workers. |
File Monitor | Plugin to monitor files and reload server when files are changed. Useful for development. |
Metrics | Plugin that exposes an endpoint with Prometheus metrics. Custom metrics can be sent from workers. |