crazy-goat/reactphp-runtime
最新稳定版本:v0.3.0
Composer 安装命令:
composer require crazy-goat/reactphp-runtime
包简介
ReactPHP runtime for Symfony apps
README 文档
README
A runtime for ReactPHP.
If you are new to the Symfony Runtime component, read more in the main readme.
Installation
composer require crazy-goat/reactphp-runtime
Usage
Define the environment variable APP_RUNTIME for your application. You can also provide
APP_ENV and APP_DEBGU variables to define runtime environment.
APP_ENV=prod APP_DEBUG=1 APP_RUNTIME=CrazyGoat\\ReactPHPRuntime\\Standalone\\Runtime php ./public/index.ph
Server options
| Option | Description | Default | |
|---|---|---|---|
host |
The host where the server should bind to | REACT_HOST |
0.0.0.0 |
port |
The port where the server should be listening | REACT_PORT |
8080 |
root_dir |
Set the root dir for serving files | REACT_ROOT_DIR |
"" |
metrics_interval |
Set metrics refresh interval | REACT_METRIC_INTERVAL |
5 |
metrics_path |
Set metrics url, empty string disable metrics | REACT_METRICS_PATH |
"" |
metrics_formatter |
Set metrics format class | REACT_METRICS_FORMATTER |
\CrazyGoat\ReactPHPRuntime\Metrics\Formatter\TextMetricsFormatter |
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-06