Skip to main content

Installation

PHPStreamServer Core

The core component is required to run PHPStreamServer. It provides the essential server functionality along with a supervisor to manage worker processes.

$ composer require phpstreamserver/core

PHPStreamServer Plugins

You can extend the functionality of PHPStreamServer by installing additional plugins. Each plugin is optional, so you only need to install those relevant to your application.
Read more →