dronemill / eventsocket-client
DroneMill Eventsocket PHP Client
0.1.1
2015-04-19 04:29 UTC
Requires
- dronemill/phphelpers: 0.0.1
- textalk/websocket: dev-downstream
Requires (Dev)
- league/factory-muffin: 3.0.*@dev
- league/factory-muffin-faker: ~1.0-dev
- mockery/mockery: 0.9.1
This package is auto-updated.
Last update: 2024-11-07 07:15:51 UTC
README
DroneMill Eventsocket PHP Client
If you're in the "what is eventsocket" boat, then check out https://github.com/dronemill/eventsocket
But.. if you're on dry land, then keep reading!
Installation
Just add to your composer.json's require section!
"dronemill/eventsocket-client": "0.0.1"
And then run a composer update
Usage
The recommeded starting place is the mostly self-explanatory example: examples/basic.php