Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkor/phpsocket.io-emitter


https://github.com/walkor/phpsocket.io-emitter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# phpsocket.io-emitter

## Install
composer require workerman/phpsocket.io-emitter

## example
```php
$emitter = new Emitter();
$emitter->in('one room')->emit('newmsg', 'hello');
$emitter->emit('newmsg', array('type'=>'blog','content'=>'.....'));
```