We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71681d commit 2b199bcCopy full SHA for 2b199bc
README.md
@@ -3,3 +3,26 @@
3
4
A websocket service class, based on the php extension of swoole
5
6
+## Installation via Composer
7
+
8
+> The recommended method is through [Composer](https://getcomposer.org/doc/00-intro.md).
9
10
+* Install [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
11
12
+* Add **swoole-websocket-server** as a dependency in your project's composer.json file (change version to suit your version):
13
14
+```
15
+ {
16
+ "require": {
17
+ "furthestworld/swoole-websocket-server": "^1.0"
18
+ }
19
20
21
22
+* composer update in your project
23
24
25
+ composer clear-cache && composer update
26
27
28
0 commit comments