Download the PHP package wunderdata/mailchimp-bundle without Composer
On this page you can find all versions of the php package wunderdata/mailchimp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wunderdata/mailchimp-bundle
More information about wunderdata/mailchimp-bundle
Files in wunderdata/mailchimp-bundle
Package mailchimp-bundle
Short Description Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API
License MIT
Homepage https://github.com/MikeRoetgers/MailchimpBundle
Informations about the package mailchimp-bundle
MailchimpBundle
Symfony2 Bundle for Mailchimp 2.0 API and Export 1.0 API
Installation
The bundle can be installed via Composer. You can find it on Packagist.
Configuration
Just add the following lines to your app/config/config.yml
Usage
The bundle uses the official PHP implementation of the Mailchimp 2.0 API. There is no wrapper class or anything around it. They have an example project to get you started.
You can get a ready-to-use instance of the Mailchimp client from the container:
Unfortunately there is no official PHP implementation of the Export 1.0 API. Its implementation can be found in the class \Wunderdata\MailchimpBundle\Client\ExportClient
. It is using Buzz internally to perform the needed HTTP requests.
You can get a ready-to-use instance of the export client from the container:
All versions of mailchimp-bundle with dependencies
symfony/framework-bundle Version 2.*
ext-curl Version *
mailchimp/mailchimp Version 2.0.*
sensio/buzz-bundle Version 1.0.*