Download the PHP package flowcode/notificationbundle without Composer
On this page you can find all versions of the php package flowcode/notificationbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flowcode/notificationbundle
More information about flowcode/notificationbundle
Files in flowcode/notificationbundle
Download flowcode/notificationbundle
More information about flowcode/notificationbundle
Files in flowcode/notificationbundle
Vendor flowcode
Package notificationbundle
Short Description This is a bundle for notifications for symfony
License MIT
Package notificationbundle
Short Description This is a bundle for notifications for symfony
License MIT
Keywords notifications
Please rate this library. Is it a good library?
Informations about the package notificationbundle
notificationsSymfony
This is a bundle for notifications for symfony
To use mandrill we use Slot/MandrillBundle.
ref: https://github.com/slot/MandrillBundle add this:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Slot\MandrillBundle\SlotMandrillBundle(),
);
}
To yor config.yml
slot_mandrill:
api_key: "%mandrill_api_key%"
disable_delivery: true # useful for dev/test environment. Default value is 'false'
# debug: passed to \Mandrill causing it to output curl requests. Useful to see output
# from CLI script. Default value is 'false'
debug: true
default:
sender: [email protected]
sender_name: "%mandrill_api_key%" # Optionally define a sender name (from name)
subaccount: Project # Optionally define a subaccount to use
proxy:
use: true # when you are behing a proxy. Default value is 'false'
host: example.com
port: 80
user: john
password: doe123
All versions of notificationbundle with dependencies
PHP Build Version
Package Version
The package flowcode/notificationbundle contains the following files
Loading the files please wait ....