From 142adeded83cefe15cf64a2b6f029b6874378fd1 Mon Sep 17 00:00:00 2001 From: mung <747593916@qq.com> Date: Mon, 12 Jun 2017 21:15:05 +0800 Subject: [PATCH] open api support wss --- composer.json | 2 +- src/QcloudApi/Module/Wss.php | 15 +++++++++++++++ src/QcloudApi/QcloudApi.php | 8 +++++++- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 src/QcloudApi/Module/Wss.php diff --git a/composer.json b/composer.json index f8be670..b895958 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "tencentyun-api/qcloudapi-sdk-php", + "name": "munggruel/qcloudapi-sdk-php", "keywords": ["tencentyun", "qcloud", "sdk"], "homepage": "http://www.qcloud.com/", "license": "MIT", diff --git a/src/QcloudApi/Module/Wss.php b/src/QcloudApi/Module/Wss.php new file mode 100644 index 0000000..2a06357 --- /dev/null +++ b/src/QcloudApi/Module/Wss.php @@ -0,0 +1,15 @@ +