2017 © Pedro Peláez
 

everlution-bundle sendin-blue-bundle

Everlution SendinBlue bundle for Symfony framework

image

everlutionsk/sendin-blue-bundle

Everlution SendinBlue bundle for Symfony framework

  • Monday, December 11, 2017
  • by ivanbarlog
  • Repository
  • 3 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

SendinBlueBundle

This Symfony bundle provides mail system for Email Bundle. Bundle uses SendinBlue transactional email platform., (*1)

Installation

composer require everlutionsk/sendin-blue-bundle

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Everlution\EmailBundle\EverlutionEmailBundle(),
        new Everlution\SendinBlueBundle\EverlutionSendinBlueBundle(),
    );
}

Configure the bundle

Following configuration snippet describes how to configure the bundle.
, (*2)

Firstly, you must modify EmailBundle configuration to work with SendinBlueBundle's services., (*3)

# app/config/config.yml

# EmailBundle Configuration
everlution_email:
    domain_name: '%domain%' # example.com
    mail_system: everlution.sendin_blue.mail_system
    async_stream: everlution.email.stream.kernel_terminate
    request_processors:
        inbound: everlution.sendin_blue.inbound.request_processor
        outbound_message_event: everlution.sendin_blue.outbound.message_event.request_processor

Secondly, you must configure SendinBlueBundle itself, (*4)

# app/config/config.yml

# SendinBlueBundle Configuration
everlution_sendin_blue:
    api_key: SECRET_API_KEY
    timeout: int|null

timeout - [Optional] Email timeout in ms, default is 30000 (max. 60000), (*5)

Usage

Message transformers

Mail system service provided by this bundle transform OutboundMessage into JSON and then POST this JSON to SendinBlue API. However, this JSON can be modified just before it is posted to SendinBlue. To do this you must create a service, which implements RawMessageTransformer interface and add following tag:, (*6)

everlution.sendin_blue.outbound.raw_message_transformer

# TODO

  • Request Processors
  • Request signature calculation
  • Webhook keys configuration

The Versions

11/12 2017

dev-master

9999999-dev

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue

11/12 2017

v1.0.4

1.0.4.0

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue

01/12 2017

v1.0.3

1.0.3.0

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue

28/11 2017

v1.0.2

1.0.2.0

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue

31/07 2017

v1.0.1

1.0.1.0

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue

24/04 2017

v1.0.0

1.0.0.0

Everlution SendinBlue bundle for Symfony framework

  Sources   Download

MIT

The Requires

 

by Martin Lutter

email bundle symfony everlution sendinblue