mailjet/mailjet-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require mailjet/mailjet-bundle
包简介
Symfony bundle for Mailjet API V3
README 文档
README
Symfony bundle for handling Mailjet API V3 using this wrapper: https://github.com/mailjet/mailjet-apiv3-php
Features
- Retrieve \Mailjet\Client to make custom Mailjet API V3 requests
- SwiftMailer Transport integration
- Synchronize Contact Metadata (Contact Properties) with your config
- Synchronize your user with Mailjet contact list
- Use your own userProvider (basic
FosContactProviderincluded to interface with FosUserBundle) - Use lifecycle event to subscribe/unsubscribe/update/delete/changeMail user from a contact List
- Register Event API - real time notifications (webhook)
Setup
Add Mailjet\MailjetBundle\MailjetBundle to your bundles.php:
$bundles = [ // ... Mailjet\MailjetBundle\MailjetBundle::class => ['all' => true] ];
Minimal Configuration
In your config.yml add:
mailjet: api_key: "%mailjet.api_key%" secret_key: "%mailjet.secret_key%"
Add bundle to your project:
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
统计信息
- 总下载量: 392.63k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 34
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-16