2017 © Pedro Peláez
 

library php-mandrill

Php library to parse webhooks from Mandrill

image

wpeereboom/php-mandrill

Php library to parse webhooks from Mandrill

  • Thursday, December 3, 2015
  • by wpeereboom
  • Repository
  • 1 Watchers
  • 4 Stars
  • 343 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

This library can handle the webhooks send by Mandrill, (*1)

Features

This library’s features include the following., (*2)

  • Parse send events

Installation

The recommended way to install this library is through Composer:, (*3)

$ php composer.phar require wpeereboom/php-mandrill dev-master

Usage

The client

Use the client to get the call data. First construct a client and call the methods to receive the data:, (*4)

$parser = new Parser($rawEventMessage);

// To get the event
$event = $parser->parse();

The Versions

03/12 2015

dev-master

9999999-dev

Php library to parse webhooks from Mandrill

  Sources   Download

MIT

The Development Requires

php logging mailchimp mandrill webhook