olakunlevpn/ratchet
最新稳定版本:0.4.4
Composer 安装命令:
composer require olakunlevpn/ratchet
包简介
PHP WebSocket library
README 文档
README
A constraint-patch fork of cboden/ratchet (PHP WebSocket library). The only
change from upstream is widening the Symfony component constraints so it installs
alongside Laravel 11 / 12 / 13 (Symfony 7 / 8):
symfony/http-foundation: ^2.6|...|^6.0|^7.0|^8.0
symfony/routing: ^2.6|...|^6.0|^7.0|^8.0
The PHP namespace is unchanged (Ratchet\) for full interop with
ratchet/rfc6455 and ReactPHP. This fork exists only because upstream Ratchet
(last released 2021) caps Symfony at ^6.0, which conflicts with Laravel 11+.
Installation
Consumed via a Composer path repository (used by
olakunlevpn/laravel-websockets):
{
"repositories": [
{ "type": "path", "url": "Packages/ratchet", "options": { "symlink": true } }
],
"require": {
"olakunlevpn/ratchet": "^0.4.4"
}
}
License
MIT (derived from cboden/ratchet). Maintained by Olakunlevpn.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-11