1
1
# Mailjet Bundle
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/welpdev /mailjetBundle.svg?branch=master )] ( https://travis-ci.org/welpdev /mailjetBundle )
4
- [ ![ Packagist] ( https://img.shields.io/packagist/v/welp /mailjet-bundle.svg )] ( https://packagist.org/packages/welp /mailjet-bundle )
5
- [ ![ Packagist] ( https://img.shields.io/packagist/dt/welp /mailjet-bundle.svg )] ( https://packagist.org/packages/welp /mailjet-bundle )
6
- [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/welpdev /mailjetBundle/blob/master/LICENSE.md )
7
- [ ![ Documentation] ( https://img.shields.io/badge/documentation-gh--pages-blue.svg )] ( https://welpdev .github.io/mailjetBundle/ )
3
+ [ ![ Build Status] ( https://travis-ci.org/mailjet /mailjetBundle.svg?branch=master )] ( https://travis-ci.org/mailjet /mailjetBundle )
4
+ [ ![ Packagist] ( https://img.shields.io/packagist/v/mailjet /mailjet-bundle.svg )] ( https://packagist.org/packages/mailjet /mailjet-bundle )
5
+ [ ![ Packagist] ( https://img.shields.io/packagist/dt/mailjet /mailjet-bundle.svg )] ( https://packagist.org/packages/mailjet /mailjet-bundle )
6
+ [ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/mailjet /mailjetBundle/blob/master/LICENSE.md )
7
+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-gh--pages-blue.svg )] ( https://mailjet .github.io/mailjetBundle/ )
8
8
9
9
Symfony bundle for handling Mailjet API V3 using this wrapper: < https://github.com/mailjet/mailjet-apiv3-php >
10
10
@@ -13,7 +13,7 @@ Symfony bundle for handling Mailjet API V3 using this wrapper: <https://github.c
13
13
## Features
14
14
15
15
* [x] Retrieve [ \Mailjet\Client] ( https://github.com/mailjet/mailjet-apiv3-php ) to make custom Mailjet API V3 requests
16
- * [x] [ SwiftMailer Transport integration] ( https://github.com/welpdev /MailjetSwiftMailer )
16
+ * [x] [ SwiftMailer Transport integration] ( https://github.com/mailjet /MailjetSwiftMailer )
17
17
* [x] Synchronize Contact Metadata (Contact Properties) with your config
18
18
* [x] Synchronize your user with Mailjet contact list
19
19
* [x] Use your own userProvider (basic ` FosContactProvider ` included to interface with FosUserBundle)
@@ -25,15 +25,15 @@ Symfony bundle for handling Mailjet API V3 using this wrapper: <https://github.c
25
25
Add bundle to your project:
26
26
27
27
``` bash
28
- composer require welp /mailjet-bundle
28
+ composer require mailjet /mailjet-bundle
29
29
```
30
30
31
- Add ` Welp \MailjetBundle\WelpMailjetBundle ` to your ` AppKernel.php ` :
31
+ Add ` Mailjet \MailjetBundle\MailjetBundle ` to your ` AppKernel.php ` :
32
32
33
33
``` php
34
34
$bundles = [
35
35
// ...
36
- new Welp \MailjetBundle\WelpMailjetBundle (),
36
+ new Mailjet \MailjetBundle\MailjetBundle (),
37
37
];
38
38
```
39
39
@@ -42,9 +42,9 @@ $bundles = [
42
42
In your ` config.yml ` :
43
43
44
44
``` yaml
45
- welp_mailjet :
46
- api_key : " %mailjet_api_key %"
47
- secret_key : " %mailjet_secret_key %"
45
+ mailjet :
46
+ api_key : " %mailjet.api_key %"
47
+ secret_key : " %mailjet.secret_key %"
48
48
` ` `
49
49
50
50
## ToDo
0 commit comments