glissmedia / sendpulse-rest-api-php
Composer enabled version of the SendPulse REST client library (fork by wensleydale)
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 87
pkg:composer/glissmedia/sendpulse-rest-api-php
This package is auto-updated.
Last update: 2025-09-09 00:49:44 UTC
README
A simple composer enabled version of the SendPulse REST client library and example for PHP.
Installing via Composer
The recommended way to install the library is through Composer.
# Install Composer curl -sS https://getcomposer.org/installer | php # Add sendpulse-rest-api as a dependency php composer.phar require wensleydale/sendpulse-rest-api:dev-master
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';