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

ActiveLibrary[API Development](/categories/api)

gufy/mailchimp
==============

Mailchimp API 3.0 for PHP

v1.1.0(9y ago)22.9k1MITPHP

Since Jun 25Pushed 9y agoCompare

[ Source](https://github.com/mgufrone/mailchimp-php)[ Packagist](https://packagist.org/packages/gufy/mailchimp)[ RSS](/packages/gufy-mailchimp/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

(Un)Official Mailchimp API 3.0 PHP Bridge
=========================================

[](#unofficial-mailchimp-api-30-php-bridge)

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

[](#installation)

Just run this command on terminal under your active directory

```
  composer require gufy/mailchimp:~1
```

Or update your `composer.json` by adding this line on your `require` key

```
{
  "require":{
    "gufy/mailchimp":"~1"
  }
}
```

Then run `composer update` on your terminal

Usage
-----

[](#usage)

```
