panix / mod-sendpulse
Sendpulse REST API client library
Installs: 29
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- sendpulse/rest-api: 1.0.9
This package is auto-updated.
Last update: 2024-10-18 22:58:54 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.