swoolefony/swoole-bundle
Composer 安装命令:
composer require swoolefony/swoole-bundle
包简介
A Swoole bundle for Symfony.
关键字:
README 文档
README
Swoolefony is a Swoole bundle for Symfony. It provides integration via a runtime class and management via commands.
Installation
Install it using composer:
composer require swoolefony/swoole-bundle
Runtime Configuration
Add the runtime class to your composer.json in the extra section:
"extra": { "runtime": { "class": "Swoolefony\\SwooleBundle\\Runtime\\SwooleRuntime" } }
With the runtime in place, the default public/index.php would be the entry point for start the application. Once it is run,
the Swoole server is started based on the provided configuration.
Swoole Configuration
The Swoole server mode, IP, and port can be controlled via environment variables:
| Enviornment Variable | Description | Default Value |
|---|---|---|
SWOOLEFONY_MODE |
The server mode to run Swoole in (e.g. http, websocket) |
http |
SWOOLEFONY_IP |
The IP address to bind the Swoole server to. | 0.0.0.0 |
SWOOLEFONY_PORT |
The port to for the Swoole server to listen on. | 80 |
SWOOLEFONY_SSL_CERT_FILE |
The path to the SSL cert file to use. | Not set. |
SWOOLEFONY_SSL_KEY_FILE |
The path to the SSL key file to use. | Not set. |
SWOOLEFONY_SSL_ALLOW_SELFSIGNED |
Whether or not to allow self-signed certificates (0 or 1). |
0 |
SWOOLEFONY_SSL_PROTOCOLS |
The SSL / TLS protcols to allow in a comma separated list: tls1.1, tls1.2, tls1.3 |
tls1.3,tls1.2 |
SWOOLEFONY_DAEMONIZE |
Whether the server should run as a daemon (0 or 1). If so, the entry point returns immediately. |
0 |
The runtime class will look for those environment variables and use them if they exist. Otherwise it will fallback to the default values that are listed.
Request Attributes
The following attributes are available on the request class (Request->attributes) when it is processed by Symfony:
| Attribute Name | Description | Value Type |
|---|---|---|
swoolefony.id |
The Swoole specific request ID (fd). | int |
swoolefony.mode |
The server mode Swoole is running in. Either http or websocket |
string |
Container Services
The following container services are available:
| Service Name | Description | Class |
|---|---|---|
swoolefony.server |
The Swoole server instance running for this request. | \Swoolefony\SwooleBundle\Server\ServerInterface |
swoolefony/swoole-bundle 适用场景与选型建议
swoolefony/swoole-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 35 次下载、GitHub Stars 达 2, 最近一次更新时间为 2023 年 07 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「async」 「coroutine」 「swoole」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 swoolefony/swoole-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 swoolefony/swoole-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 swoolefony/swoole-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Asynchronous coroutines for PHP 7.
The bundle for easy using json-rpc api on your project
An async event for hyperf.
annotations-scan-plugin
Zenity allows you to build graphical desktop (GUI) applications in PHP, built on top of ReactPHP.
SForum
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-17