dev-master
9999999-devPHP client library for MooglePost API
MIT
The Requires
by MooglePost
api php library client mooglepost
Wallogit.com
2017 © Pedro Peláez
PHP client library for MooglePost API
PHP client library for MooglePost API, (*1)
Install directly via Composer:, (*3)
$ composer require mooglepost/mooglepost-api-php-client
<?php
require_once 'vendor/autoload.php';
$mglpst = new MooglePost\Client('YOUR_API_KEY');
try {
$mglpst->send('email@example.com', 'template-name');
} catch (Exception $e) {
die('A MooglePost error occurred: '.$e->getMessage());
}
die('Your email has been sent !');
PHP client library for MooglePost API
MIT
api php library client mooglepost