PHPackages                             tds/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. tds/mailchimp-bundle

ActiveLibrary[API Development](/categories/api)

tds/mailchimp-bundle
====================

Symfony service wrapper for pacely/mailchimp-apiv3

05PHP

Since May 9Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

TDSMailchimpBundle
==================

[](#tdsmailchimpbundle)

TDSMailchimpBundle is just a service wrapper for [Mailchimp API v3 - PHP Wrapper by Pacely](https://github.com/pacely/mailchimp-api-v3)

Installation
------------

[](#installation)

**Step 1: Download Bundle using composer**

Require the bundle with composer:

```
$ composer require tds/mailchimp-bundle "dev-master"

```

Composer will install the bundle to your project's vendor directory.

**Step 2: Enable the bundle**

Enable the bundle in the kernel:

```
