PHPackages                             ahmedsamy/hype-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. [HTTP &amp; Networking](/categories/http)
4. /
5. ahmedsamy/hype-mailchimp-bundle

AbandonedArchivedSymfony-bundle[HTTP &amp; Networking](/categories/http)

ahmedsamy/hype-mailchimp-bundle
===============================

Mailchimp V2.0 API Object Oriented wrapper

v2.0(7y ago)53437.1k↓36.1%21[11 issues](https://github.com/AhmedSamy/HypeMailchimpBundle/issues)1MITPHPPHP &gt;=5.3.2

Since Sep 28Pushed 6y ago5 watchersCompare

[ Source](https://github.com/AhmedSamy/HypeMailchimpBundle)[ Packagist](https://packagist.org/packages/ahmedsamy/hype-mailchimp-bundle)[ Docs](https://github.com/AhmedSamy/hype-mailchimp-api-2.0)[ RSS](/packages/ahmedsamy-hype-mailchimp-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (7)Used By (1)

Hype MailchimpBundle for API V2.0
=================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/37d46ed16b266d468c9489ce19b13cb84d136bebee60c103f8c965183b0ca7f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61686d656473616d792f687970652d6d61696c6368696d702d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ahmedsamy/hype-mailchimp-bundle)

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**

HypeMailChimp bundle 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/list`
2. `lists/abuse-reports`
3. `lists/activity`
4. `lists/subscribe`
5. `lists/unsubscribe`
6. `lists/member-info`
7. `lists/interest-groupings`
8. `lists/interest-grouping-add`
9. `lists/interest-grouping-del`
10. `lists/interest-grouping-update`
11. `lists/interest-group-add`
12. `lists/interest-group-update`
13. `lists/interest-group-del`
14. `lists/segments`
15. `lists/segment-test`

**Templates related**

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

**Export API**

1. `list`
2. `campaignSubscriberActivity`

**Helper related**

1. `helper/ping`
2. `helper/generate-text`

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

Setup
-----

[](#setup)

### Step 1: Download HypeMailchimp using composer

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

Add HypeMailchimp in your composer.json:

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

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

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

Composer will install the bundle to your project's `vendor/ahmedsamy/hype` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
