panix / mod-sendpulse
Sendpulse REST API client library
Package info
github.com/andrtechno/mod-sendpulse
Type:yii2-extension
pkg:composer/panix/mod-sendpulse
dev-master
2020-01-18 12:41 UTC
Requires
- sendpulse/rest-api: 1.0.9
This package is auto-updated.
Last update: 2026-03-19 02:14:09 UTC
README
A simple SendPulse REST client library and example for PHP.
API Documentation https://sendpulse.com/api
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.