instantjay/salesmatephp

Salesmate.io PHP Wrapper

2.0.1 2020-03-02 07:40 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:31 UTC


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