aria-php/aria-mailgun-webhooks
最新稳定版本:1.0.1
Composer 安装命令:
composer require aria-php/aria-mailgun-webhooks
包简介
Tools for interfacing and parsing mailgun webhook events
README 文档
README
This is a wrapper / helper library for parsing mailgun webhook events.
Just a stub for now, but will likely be built on.
This is an ARIA wrapper around both the legacy PHPMailer, and Swiftmailer.
Installation
composer require aria-php/aria-mailgun-webhooks from within your project.
Usage
Creating the parser:
use ARIA\mailgun\webhooks\Parser;
$parser = Parser::parser($api_key);
Parsing out an event
$event = $parser->parse($_POST);
Signatures will be validated at this point, and an exception thrown if things don't match up.
统计信息
- 总下载量: 5.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2020-10-27