We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b74391 commit cfbe6e0Copy full SHA for cfbe6e0
README.md
@@ -36,9 +36,9 @@ Add ServiceProvider to the providers array in `config/app.php`.
36
37
```php
38
host
39
- port=
40
- path=
41
-
+ port
+ path
+
42
```
43
44
### Usage
@@ -47,7 +47,9 @@ Add ServiceProvider to the providers array in `config/app.php`.
47
48
49
50
-send
+use PHP_WS;
51
+PHP_WS::send(json_encode(array('type'=>'send_message_to','id'=>'1000001','msg'=>'laravel msg ')));
52
53
54
55
0 commit comments