mailchimp-bundle
mailchimp-bundle copied to clipboard
MailChimp integration with Symfony and MailChimp API V3
`Symfony/Component/EventDispatcher/Event` is deprecated in Symfony 4.3 and replaced with `Symfony/Contracts/EventDispatcher/Event` in Symfony 5. Applies to `src/Event/SubscriberEvent.php` and `src/Event/WebhookEvent.php`. Maybe a candidate for the 2.0 branch mentioned? https://github.com/welpdev/mailchimp-bundle/issues/31
When a subscribed member from a list have been deleted from mailchimp (with "PERMANENTLY DELETE"). If you try to subscribe this member again, the mailchimp api response do not contain...
Would you consider creating a 2.0 branch where we can commit (possible) breaking changes? For example: - Change all the public services to private. - Add type hint and return...
Hello, the bundle wasn't working for me with Symfony 6 and PHP 8.2, so I made the fork. I think it could be connected to https://github.com/welpdev/mailchimp-bundle/issues/31 What is done: 1....