This bundle will help you synchronise your project's newsletter subscribers into MailChimp throught MailChimp API V3.
FosSubscriberProvider included to interface with FosUserBundle)Add bundle to your project:
composer require welp/mailchimp-bundle
Add Welp\MailchimpBundle\WelpMailchimpBundle to your AppKernel.php:
$bundles = [
// ...
new Welp\MailchimpBundle\WelpMailchimpBundle(),
];
In your config.yml:
welp_mailchimp:
api_key: YOURMAILCHIMPAPIKEY
More configuration on the documentation.
Look at the full documentation at https://welpdev.github.io/mailchimp-bundle/
If you want to contribute to this project, look at over here
How can I help you explore Laravel packages today?