Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
HumanConnection committed Mar 24, 2017
1 parent 1b74391 commit cfbe6e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Add ServiceProvider to the providers array in `config/app.php`.

```php
host
port=
path=

port
path
```

### Usage
Expand All @@ -47,7 +47,9 @@ Add ServiceProvider to the providers array in `config/app.php`.

```php

send
use PHP_WS;
PHP_WS::send(json_encode(array('type'=>'send_message_to','id'=>'1000001','msg'=>'laravel msg ')));


```

Expand Down

0 comments on commit cfbe6e0

Please sign in to comment.