kasl/sendpulse-rest-api-php

SendPulse REST client library

v1.1 2016-11-01 08:55 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:03:59 UTC


README

This is a SendPulse api client

Installing via Composer

composer require kasl/sendpulse-rest-api-php '~1.0'

Through composer.json:

"require": {
  "kasl/sendpulse-rest-api-php": "~1.0"
}

Usage

See interface class for explore api ApiInterface.php

Example

See examples in the example folder