wensleydale / sendpulse-rest-api-php
Composer enabled version of the SendPulse REST client library
Installs: 4 794
Dependents: 3
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 88
pkg:composer/wensleydale/sendpulse-rest-api-php
This package is not auto-updated.
Last update: 2025-09-28 00:23:59 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';