2017 © Pedro Peláez
 

library mooglepost-api-php-client

PHP client library for MooglePost API

image

mooglepost/mooglepost-api-php-client

PHP client library for MooglePost API

  • Tuesday, March 14, 2017
  • by Jejem
  • Repository
  • 2 Watchers
  • 3 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

mooglepost-api-php-client

PHP client library for MooglePost API, (*1)

Latest Stable Version License, (*2)

Installation

Install directly via Composer:, (*3)

$ composer require mooglepost/mooglepost-api-php-client

Basic Usage

<?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 !');

The Versions

14/03 2017

dev-master

9999999-dev

PHP client library for MooglePost API

  Sources   Download

MIT

The Requires

 

by MooglePost

api php library client mooglepost