2017 © Pedro Peláez
 

symfony-bundle mailjet-bundle

Symfony bundle for Mailjet API V3

image

welp/mailjet-bundle

Symfony bundle for Mailjet API V3

  • Wednesday, June 14, 2017
  • by Nightbr
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % 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

14/06 2017

dev-master

9999999-dev 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

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