7 Star 43 Fork 6

Xie Biao / php-sse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2020-06-16 11:59 . add Swoole demo
{
"name": "hhxsv5/php-sse",
"type": "library",
"license": "MIT",
"description": "A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.",
"keywords": [
"sse",
"server-sent events",
"eventsource",
"events",
"sever-events",
"event-stream"
],
"homepage": "https://github.com/hhxsv5/php-sse",
"authors": [
{
"name": "Xie Biao",
"email": "hhxsv5@sina.com"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~6.0",
"swoole/ide-helper": "@dev"
},
"autoload": {
"psr-4": {
"Hhxsv5\\SSE\\": "src"
}
}
}
PHP
1
https://gitee.com/hhxsv5/php-sse.git
git@gitee.com:hhxsv5/php-sse.git
hhxsv5
php-sse
php-sse
master

搜索帮助