Search by

dronemill / eventsocket-client

pmccarren

DroneMill Eventsocket PHP Client

Package info

github.com/dronemill/eventsocket-client-php

pkg:composer/dronemill/eventsocket-client

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2015-04-19 04:29 UTC

This package is auto-updated.

Last update: 2026-09-07 11:18:27 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