Download the PHP package runtime/swoole without Composer
On this page you can find all versions of the php package runtime/swoole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package swoole
Swoole Runtime
A runtime for Swoole.
If you are new to the Symfony Runtime component, read more in the main readme.
Installation
Usage
Define the environment variable APP_RUNTIME
for your application.
Pure PHP
Symfony
Using Options
You can define some configurations using Symfony's Runtime APP_RUNTIME_OPTIONS
API.
Option | Description | Default |
---|---|---|
host |
The host where the server should binds to (precedes SWOOLE_HOST environment variable) |
127.0.0.1 |
port |
The port where the server should be listing (precedes SWOOLE_PORT environment variable) |
8000 |
mode |
Swoole's server mode (precedes SWOOLE_MODE environment variable) |
SWOOLE_PROCESS |
settings |
All Swoole's server settings (wiki.swoole.com/en/#/server/setting and wiki.swoole.com/en/#/http_server?id=configuration-options) | [] |
All versions of swoole with dependencies
PHP Build Version
Package Version
The package runtime/swoole contains the following files
Loading the files please wait ....