Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/strmprivacy/php-examples

Examples for interacting with STRM Privacy with PHP
https://github.com/strmprivacy/php-examples

driver-examples php

Last synced: 6 days ago
JSON representation

Examples for interacting with STRM Privacy with PHP

Awesome Lists containing this project

README

        

# STRM Privacy PHP Driver Examples

This repository contains examples on how to use the [PHP driver](https://github.com/strmprivacy/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`).

## Installation

Run `composer install` to install all dependencies.

## Running the example

`php examples/send.php `

## Need help?

See our [documentation](https://docs.strmprivacy.io) or [reach out to us](https://docs.strmprivacy.io/docs/latest/contact/index.html).