Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/strmprivacy/php-examples
- Owner: strmprivacy
- Created: 2021-10-13T07:51:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T08:45:23.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:57:33.928Z (over 1 year ago)
- Topics: driver-examples, php
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).