spotzee-marketing / spotzee-php
Spotzee Omnichannel Marketing Software library for PHP
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/spotzee-marketing/spotzee-php
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-10-13 03:22:10 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