Download the PHP package qferr/mandrill-bundle without Composer
On this page you can find all versions of the php package qferr/mandrill-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mandrill-bundle
MandrillBundle
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:
Configuration reference
All options are configured under the qferrer_mandrill
key in your application configuration:
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
All versions of mandrill-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
symfony/http-foundation Version ^4.4|^5.0
symfony/event-dispatcher Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/config Version ^4.4|^5.0
symfony/framework-bundle Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0
symfony/event-dispatcher Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/config Version ^4.4|^5.0
symfony/framework-bundle Version ^4.4|^5.0
The package qferr/mandrill-bundle contains the following files
Loading the files please wait ....