wensleydale/sendpulse-rest-api-php

Composer enabled version of the SendPulse REST client library

1.0.3 2016-02-06 05:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:29:23 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';