Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2ff759a

Browse files
author
jianyan74
committed
初始化
0 parents commit 2ff759a

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

‎README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Yii2 WebScoket
2+
3+
即时通讯,直播间demo

‎composer.json‎

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "jianyan74/yii2-websocket",
3+
"description": "yii2 websocket",
4+
"keywords": [
5+
"yii",
6+
"yii2",
7+
"swoole",
8+
"websocket",
9+
"php",
10+
"jianyan74"
11+
],
12+
"authors": [
13+
{
14+
"name": "简言",
15+
"email": "751393839@qq.com"
16+
}
17+
],
18+
"type": "project",
19+
"license": "Apache-2.0",
20+
"homepage": "https://github.com/jianyan74/yii2-websocket",
21+
"require": {
22+
"php": ">=7.0",
23+
"yiisoft/yii2": ">=2.0.6"
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"jianyan\\websocket\\": ""
28+
}
29+
}
30+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /