1 Star 1 Fork 0

奈奈生的巴卫/sse-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
roiwk 提交于 2023-09-04 16:24 . doc: add keywords
{
"name": "roiwk/sse-client",
"description": "Server Sent Event client",
"type": "library",
"license": "MIT",
"keywords": [
"SSE",
"sse",
"server sent events",
"Server-Sent Events",
"SSE client",
"sse client"
],
"autoload": {
"psr-4": {
"Roiwk\\SSEClient\\": "src/"
}
},
"authors": [
{
"name": "roiwk",
"email": "vip@roiwk.cn"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0 | >=8.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/roiwk/sse-client.git
git@gitee.com:roiwk/sse-client.git
roiwk
sse-client
sse-client
main

搜索帮助