spotzee-marketing / spotzee-php
Spotzee Omnichannel Marketing Software library for PHP
dev-main
2023-10-12 22:31 UTC
Requires
- php: >=7.2.5
- ext-curl: *
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpstan/phpstan: ^0.12.60
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-07-13 02:50:12 UTC
README
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