2017 © Pedro Peláez
 

library mandrill

Library for interacting with the Mandrill API

image

versionable/mandrill

Library for interacting with the Mandrill API

  • Friday, November 14, 2014
  • by haswalt
  • Repository
  • 0 Watchers
  • 4 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mandrill

API for interacting with the API at http://mandrillapp.com/api/docs/., (*1)

Usage

Example to get information about the current authenticated user:, (*2)

use Versionable\Mandrill\Client;
use Versionable\Mandrill\Manager\UserManager;

$client = new Client($apiKey);
$userManager = new UserManager($client);

$user = $userManager->info();

Dependancies

To use this library it is recommended that you install the dependancies., (*3)

This library uses Composer, to install the dependancies download composer following the instructions on http://getcomposer.org/ and then run the following:, (*4)

php composer.phar install

Tests

You can run the unit tests with the following command:, (*5)

phpunit

The Versions

14/11 2014

dev-master

9999999-dev http://versionable.co.uk/projects/mandrill

Library for interacting with the Mandrill API

  Sources   Download

MIT

The Requires

 

api curl http mandrill prospect