Download the PHP package gaborreszler/emitter without Composer
On this page you can find all versions of the php package gaborreszler/emitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gaborreszler/emitter
More information about gaborreszler/emitter
Files in gaborreszler/emitter
Download gaborreszler/emitter
More information about gaborreszler/emitter
Files in gaborreszler/emitter
Vendor gaborreszler
Package emitter
Short Description PHP 8.0 compatible wrapper for emitter.io by bobbymaher/emitter around bluerhinos/phpmqtt
License
Homepage https://github.com/gaborreszler/emitter.io-php
Package emitter
Short Description PHP 8.0 compatible wrapper for emitter.io by bobbymaher/emitter around bluerhinos/phpmqtt
License
Homepage https://github.com/gaborreszler/emitter.io-php
Please rate this library. Is it a good library?
Informations about the package emitter
A php SDK for publishing to emitter https://emitter.io/
To install via Composer
composer require bobbymaher/emitter
or add to composer:
- "bobbymaher/emitter": "0.2.*"
a wrapper around bluerhinos/phpmqtt it currently only publishes, if you want to add features open a PR
$emitter = new \emitter\emitter(array(
'server' => 'emitter.tld',
'port' => '8080',
));
$emitterChannel = 'test';
$emitterKey = 'keykekyguihetgiuhui';
$emitter->publish(
array(
'key' => $emitterKey,
'channel' => $emitterChannel,
'ttl' => 5,
'message' => array(
'blah' => 'gggg',
'name' => 'jimbob',
),
)
);
All versions of emitter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package gaborreszler/emitter contains the following files
Loading the files please wait ....