PHPackages                             vatps/mailchimp-rest-api - 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. vatps/mailchimp-rest-api

ActiveLibrary[API Development](/categories/api)

vatps/mailchimp-rest-api
========================

Very Easy to use MailChimp REST Enabled API 3.0 Wrapper Class.

v1.0(10y ago)2877.3k↓20.6%2MITPHPPHP &gt;=5.3.0

Since Apr 8Pushed 9y ago7 watchersCompare

[ Source](https://github.com/vatps/mailchimp-rest-api)[ Packagist](https://packagist.org/packages/vatps/mailchimp-rest-api)[ Docs](https://github.com/vatps/mailchimp-rest-api)[ RSS](/packages/vatps-mailchimp-rest-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

MailChimp API 3.0 Wrapper
=========================

[](#mailchimp-api-30-wrapper)

Very Easy to use MailChimp REST Enabled API 3.0 Wrapper Class in PHP.

Requires PHP 5.3 and curl extension.

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

[](#installation)

You can install the mailchimp-rest-api using Composer. Just add the following to your composer.json:

```
{
    "require": {
        "vatps/mailchimp-rest-api": "dev-master"
    }
}

```

You will then need to:

- run `composer install` to get these dependencies added to your vendor directory
- add the autoloader to your application with this line: `require("vendor/autoload.php")`

Alternatively you can just download the MailChimp.php file and include it manually.

Laravel Installation
--------------------

[](#laravel-installation)

Run `composer require vatps/mailchimp-rest-api` in terminal.

Laravel Example
---------------

[](#laravel-example)

```
