2017 © Pedro Peláez
 

symfony-bundle mailjet-bundle

Symfony bundle for Mailjet API V3

image

mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

  • Tuesday, March 6, 2018
  • by Mailjet
  • Repository
  • 10 Watchers
  • 13 Stars
  • 29,197 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 11 Versions
  • 43 % Grown

The README.md

Mailjet Bundle

Build Status Packagist Packagist GitHub license Documentation, (*1)

Symfony bundle for handling Mailjet API V3 using this wrapper: https://github.com/mailjet/mailjet-apiv3-php, (*2)

Features

  • [x] Retrieve \Mailjet\Client to make custom Mailjet API V3 requests
  • [x] SwiftMailer Transport integration
  • [x] Synchronize Contact Metadata (Contact Properties) with your config
  • [x] Synchronize your user with Mailjet contact list
  • [x] Use your own userProvider (basic FosContactProvider included to interface with FosUserBundle)
  • [x] Use lifecycle event to subscribe/unsubscribe/update/delete/changeMail user from a contact List
  • [x] Register Event API - real time notifications (webhook)

Setup

Add Mailjet\MailjetBundle\MailjetBundle to your bundles.php:, (*3)

$bundles = [
    // ...
    Mailjet\MailjetBundle\MailjetBundle::class => ['all' => true]
];

Minimal Configuration

In your config.yml add:, (*4)

mailjet:
    api_key:    "%mailjet.api_key%"
    secret_key: "%mailjet.secret_key%"

Add bundle to your project:, (*5)

composer require mailjet/mailjet-bundle

ToDo

  • More unit tests
  • Functionnal tests
  • Other features like Campaigns, stats, ...

Contributing

If you want to contribute to this project, look at over here, (*6)

The Versions

06/03 2018

dev-master

9999999-dev https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

06/03 2018

1.0.5

1.0.5.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

23/11 2017

1.0.4

1.0.4.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

10/08 2017

1.0.3

1.0.3.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

31/07 2017

dev-campaign_feature

dev-campaign_feature https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

31/07 2017

1.0.2

1.0.2.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

29/06 2017

1.0.1

1.0.1.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

27/06 2017

1.0.0

1.0.0.0 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

21/06 2017

1.0.0-beta.3

1.0.0.0-beta3 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

19/06 2017

1.0.0-beta.2

1.0.0.0-beta2 https://github.com/mailjet/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet

14/06 2017

1.0.0-beta.1

1.0.0.0-beta1 https://github.com/welpdev/mailjetBundle

Symfony bundle for Mailjet API V3

  Sources   Download

MIT

The Requires

 

The Development Requires

api user bundle symfony v3 mailjet