2017 © Pedro Peláez
 

symfony-bundle notificationbundle

This is a bundle for notifications for symfony

image

flowcode/notificationbundle

This is a bundle for notifications for symfony

  • Wednesday, January 17, 2018
  • by jaguero
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,157 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

notificationsSymfony

This is a bundle for notifications for symfony, (*1)

To use mandrill we use Slot/MandrillBundle., (*2)

ref: https://github.com/slot/MandrillBundle add this:, (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Slot\MandrillBundle\SlotMandrillBundle(),
    );
}

To yor config.yml, (*4)

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: info@example.com
        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

The Versions

17/01 2018

dev-master

9999999-dev

This is a bundle for notifications for symfony

  Sources   Download

MIT

The Requires

 

by Francisco Memoli

notifications

10/07 2017

v1.0.0

1.0.0.0

This is a bundle for notifications for symfony

  Sources   Download

MIT

The Requires

 

by Francisco Memoli

notifications

03/11 2015

v0.1.0

0.1.0.0

This is a bundle for notifications for symfony

  Sources   Download

MIT

The Requires

 

by Francisco Memoli

notifications