dronemill/eventsocket-client

DroneMill Eventsocket PHP Client

0.1.1 2015-04-19 04:29 UTC

This package is auto-updated.

Last update: 2024-04-07 06:13:39 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