This repository contains examples on how to use the PHP driver to send events to Stream Machine.
It consists of an example Event class (examples/Events/DemoEvent.php
) and a script to instantiate the driver and send an event (examples/send.php
).
Run composer install
to install all dependencies.
php examples/send.php <billingId> <clientId> <clientSecret>
See our documentation or reach out to us.