#Smartmessages.net web API PHP client class
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).