qferr/mandrill-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

qferr/mandrill-bundle

Composer 安装命令:

composer require qferr/mandrill-bundle

包简介

Symfony Mandrill Bundle

README 文档

README

This bundle provides integration of the following Mandrill's features:

  • Webhooks: listen to message events (send, hard-bounce, spam, ...) and perform custom actions based on your specific application needs.

Installation

Downloading using composer:

composer require qferr/mandrill-bundle

Note that the bundle supports Symfony 4/5 and PHP 7.2+

Enable the bundle

Your bundle should be automatically enabled by Flex. In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the config/bundles.php file of your project:

<?php

return [
    // ...
    Qferrer\Symfony\MandrillBundle\QferrerMandrillBundle::class => ['all' => true],
];

Configuration reference

All options are configured under the qferrer_mandrill key in your application configuration:

qferrer_mandrill:
  webhooks:
    key: "%mandrill_webhook_key%"
    url: "%mandrill_webhook_key%"
    handler: "Qferrer\\Symfony\\MandrillBundle\\Handler\\WebhookHandler" # default handler
    auth: "Qferrer\\Symfony\\MandrillBundle\\Security\\WebhookAuthentication" # default authentication service

Webhooks

key

  • type: string
  • required: only if authenticated is enabled

url

  • type: string
  • required: only if authenticated is enabled

handler

  • type: string
  • default: Qferrer\Symfony\MandrillBundle\Handler\WebhookHandler
  • required: true

auth

  • type: string|bool
  • default: Qferrer\Symfony\MandrillBundle\Security\WebhookAuthentication
  • required: true

统计信息

  • 总下载量: 447
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-11-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固