Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 550 Bytes

PHP Client

This is the PHP Client for Spotzee Omnichannel Marketing App's API. For more information on it's usage, please refer to our API documentation.

Install

Get started by installing it via composer as follows: composer require spotzee-marketing/spotzee-php

Then follow the instructions from example/setup.php file.

Test

The following environment variables have to be set, with their proper values:
API_ENDPOINT API_KEY

Then you can run the tests:

$ composer test