PHPackages                             prolixtechnikos/mailchimp-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. prolixtechnikos/mailchimp-bundle

ActiveSymfony-bundle[API Development](/categories/api)

prolixtechnikos/mailchimp-bundle
================================

Mailchimp v2.0 API Wrapper

0224PHP

Since Nov 21Pushed 12y ago2 watchersCompare

[ Source](https://github.com/prolixtechnikos/mailchimp-bundle)[ Packagist](https://packagist.org/packages/prolixtechnikos/mailchimp-bundle)[ RSS](/packages/prolixtechnikos-mailchimp-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Prolix MailchimpBundle for API V2.0
===================================

[](#prolix-mailchimpbundle-for-api-v20)

Symfony2.x bundle for [MailChimp](http://apidocs.mailchimp.com/api/2.0/) API V2 and [Export API](http://apidocs.mailchimp.com/export/1.0/) API V1 Wrapper bundle that makes accessing Mailchimp functions easily in object oriented using method chaining

**License**

ProlixMailChimpBundle released under MIT LICENSE

\#Supported API Methods

**Campaigns related**

1. `campaigns/create`
2. `campaigns/content`
3. `campaigns/list`
4. `campaigns/delete`
5. `campaigns/pause`
6. `campaigns/ready`
7. `campaigns/replicate`
8. `campaigns/ready`
9. `campaigns/resume`
10. `campaigns/send`
11. `campaigns/send-test`
12. `campaigns/segment-test`
13. `campaigns/schedule`
14. `campaigns/schedule-batch`
15. `campaigns/unschedule`
16. `campaigns/update`

**Lists related**

1. `lists/abuse-reports`
2. `lists/activity`
3. `lists/subscribe`
4. `lists/unsubscribe`
5. `lists/member-info`
6. `lists/interest-groupings`
7. `lists/interest-grouping-add`
8. `lists/interest-grouping-del`
9. `lists/interest-grouping-update`
10. `lists/interest-group-add`
11. `lists/interest-group-update`
12. `lists/interest-group-del`

**Templates related**

1. `templates/add`
2. `templates/list`
3. `templates/del`
4. `templates/info`
5. `templates/undel`

Need support for a method not on the list submit an [issue](https://github.com/prolixtechnikos/mailchimp-bundle/issues/new)

Setup
-----

[](#setup)

### Step 1: Download ProlixMailchimp using composer

[](#step-1-download-prolixmailchimp-using-composer)

Add ProlixMailchimp in your composer.json:

```
{
    "require": {
        "prolixtechnikos/mailchimp-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "prolixtechnikos/mailchimp-bundle"
```

Composer will install the bundle to your project's `vendor/prolixtechnikos/mailchimp-bundle` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
