panix/mod-sendpulse

Sendpulse REST API client library

dev-master 2020-01-18 12:41 UTC

This package is auto-updated.

Last update: 2024-04-18 21:40:26 UTC


README

A simple SendPulse REST client library and example for PHP.

API Documentation https://sendpulse.com/api

API Documentation

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through Composer.

Either run

php composer require panix/mod-sendpulse "dev-master"

or add

"panix/mod-sendpulse": "dev-master"

to the require section of your composer.json file.