Download the PHP package 20steps/mailchimp-bundle without Composer
On this page you can find all versions of the php package 20steps/mailchimp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 20steps/mailchimp-bundle
More information about 20steps/mailchimp-bundle
Files in 20steps/mailchimp-bundle
Download 20steps/mailchimp-bundle
More information about 20steps/mailchimp-bundle
Files in 20steps/mailchimp-bundle
Vendor 20steps
Package mailchimp-bundle
Short Description MailChimp API V3 Symfony Bundle
License MIT
Homepage https://github.com/welpdev/mailchimp-bundle
Package mailchimp-bundle
Short Description MailChimp API V3 Symfony Bundle
License MIT
Homepage https://github.com/welpdev/mailchimp-bundle
Please rate this library. Is it a good library?
Informations about the package mailchimp-bundle
mailchimp-bundle
This bundle will help you synchronise your project's newsletter subscribers into MailChimp throught MailChimp API V3.
Features
- [x] Use your own userProvider (basic
FosSubscriberProvider
included to interface with FosUserBundle) - [x] Synchronize Merge Fields with your config
- [x] Synchronize your subscriber with a List
- [x] Use lifecycle event to subscribe/unsubscribe/delete subscriber from a List
- [x] Retrieve MailChimp Object to make custom MailChimp API V3 requests
- [x] Register Webhooks
Setup
Add bundle to your project:
Add Welp\MailchimpBundle\WelpMailchimpBundle
to your AppKernel.php
:
Minimal Configuration
In your config.yml
:
More configuration on the documentation.
Full Documentation
Look at the full documentation at https://welpdev.github.io/mailchimp-bundle/
- Setup
- Configuration
- Subscriber Provider
- Usage
- Synchronize merge fields
- Full synchronization with command
- Unit synchronization with events
- Subscribe new User
- Unsubscribe a User
- Update a User
- Change User's email address (WORKAROUND)
- Delete a User
- Retrieve MailChimp Object to make custom MailChimp API V3 requests
- Webhook
- Update User when subscribe/unsubscribe
Contributing
If you want to contribute to this project, look at over here
All versions of mailchimp-bundle with dependencies
PHP Build Version
Package Version
The package 20steps/mailchimp-bundle contains the following files
Loading the files please wait ....