smartmessages/phpclient

Client wrapper for the Smartmessages.net web API

v2.0.2 2015-06-11 10:20 UTC

This package is auto-updated.

Last update: 2024-04-16 11:57:19 UTC


README

#Smartmessages.net web API PHP client class

Smartmessages email marketing

This contains a PHP client library and example code for the smartmessages.net email management service's web API.

Please feel free to suggest modifications, submit tickets and pull requests in our github repo - these libraries are intended to make YOUR life easier!

You can (and should) add this to your project using composer:

composer require smartmessages/phpclient=~2.0

Version 2.0 was rewritten to use Guzzle as its HTTP client, providing faster, more robust processing and PSR-7 compatibility with many frameworks.

To install the library and its dependencies, run composer install, then load the autoloader with require 'vendor/autoload.php';.

Complete documentation for the API can be found in our help wiki

See the accompanying LICENSE file for terms of use (MIT).