承接 aria-php/aria-mailgun-webhooks 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2020-10-27