instantjay / salesmatephp
Salesmate.io PHP Wrapper
2.0.1
2020-03-02 07:40 UTC
Requires
- php: ^7.0
- ext-json: *
- guzzlehttp/guzzle: ^6.5
- respect/validation: ^1.1
Requires (Dev)
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.5
README
Unofficial Salesmate.io PHP API wrapper, to sync sales leads and activities with your Salesmate.io account.
Requirements
- Salesmate.io account with API Private Key, Session Token and Access Key. These are all found in your Salesmate.io dashboard.
Testing
Running Unit Tests
- Run
composer install
to install Composer dependencies - Run
php /vendor/bin/phpunit tests/
to run our set of unit tests using PHPUnit
Automated Unit Testing Using Docker
- Run
composer install
- Make sure you have Docker installed and running.
- Run
docker-compose up
to build and execute Dockerized environments and test the API wrapper on- PHP7