Skip to content

A simple SendPulse REST client library and example for PHP.

License

Notifications You must be signed in to change notification settings

plenexy/sendpulse-rest-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendpulse-rest-api

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';

About

A simple SendPulse REST client library and example for PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%