Download the PHP package mlpz/mailchimp-bundle without Composer
On this page you can find all versions of the php package mlpz/mailchimp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mlpz/mailchimp-bundle
More information about mlpz/mailchimp-bundle
Files in mlpz/mailchimp-bundle
Package mailchimp-bundle
Short Description mailchimp bundle
License MIT
Homepage http://www.mlpz.mp
Informations about the package mailchimp-bundle
MZMailChimpBundle
Symfony2 bundle for MailChimp API And Export API
License
MZMailChimpBundle is licensed under the MIT License - see the Resources/meta/LICENSE
file for details
MailChimp API Method Supported
listSubscribe
listUnSubscribe
listUpdateMember
listInterestGroupingAdd
campaignCreate
campaignSendTest
campaignSendNow
listStaticSegmentAdd
listStaticSegmentMembersAdd
listStaticSegments
campaigns
campaignStats
MailChimp Export API Method Supported
1. list
Need support for a method not on the list submit an issue
Setup
Step 1: Download MZMailChimpBundle using composer
Add MZMailChimpBundle in your composer.json:
Now tell composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/mlpz
directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Add configuration
Usage
Using service
MailChimp API Subscribe user to mailing list in a controller
MailChimp API Unsubscribe remove user from mailing list in a controller
MailChimp API Update user in a controller
MailChimp API Interest Grouping Add in a controller
MailChimp API create campaign in a controller
MailChimp API send test campaign in a controller
MailChimp API send campaign in a controller
MailChimp Export API List in controller
MailChimp API Listmemberinfo in controller
MailChimp API Import Ecommerce Order in controller
MailChimp API Delete Ecommerce Order in controller
MailChimp API Retrieve Ecommerce Orders in controller
MailChimp API create static segment in a controller
MailChimp API segment member add in a controller
MailChimp API list static segment in a controller
MailChimp API [send campaign to segment] in a controller
MailChimp API campaigns in a controller
MailChimp API campaignStats in a controller
All versions of mailchimp-bundle with dependencies
symfony/framework-bundle Version 2.*
kriswallsmith/buzz Version >=0.7
ext-curl Version *