glissmedia/sendpulse-rest-api-php

Composer enabled version of the SendPulse REST client library (fork by wensleydale)

1.0.3 2016-02-06 05:15 UTC

This package is auto-updated.

Last update: 2024-05-08 21:52:51 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';