Mindrill icon indicating copy to clipboard operation
Mindrill copied to clipboard

A minimal Mandrill API PHP implementation

Mindrill

A minimal Mandrill API PHP implementation

Example:

$mandrill = new Mindrill('API KEY');
$mandrill->call('/users/ping');