dev-master
9999999-devPhp library to parse webhooks from Mandrill
MIT
The Development Requires
php logging mailchimp mandrill webhook
Php library to parse webhooks from Mandrill
This library can handle the webhooks send by Mandrill, (*1)
This library’s features include the following., (*2)
The recommended way to install this library is through Composer:, (*3)
$ php composer.phar require wpeereboom/php-mandrill dev-master
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();
Php library to parse webhooks from Mandrill
MIT
php logging mailchimp mandrill webhook