PHPackages                             mailoptin/mailchimp-api-php - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. mailoptin/mailchimp-api-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

mailoptin/mailchimp-api-php
===========================

PHP library for v3 of the MailChimp API

2.1.3(3y ago)01.0kGPL-2.0-or-laterPHPPHP &gt;=5.4.0

Since Apr 14Pushed 2w agoCompare

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

READMEChangelog (3)Dependencies (2)Versions (25)Used By (0)

PHP library for v3 of the Mailchimp API
=======================================

[](#php-library-for-v3-of-the-mailchimp-api)

This library provides convenient wrapper functions for Mailchimp's REST API. The API is [documented here](http://developer.mailchimp.com/documentation/mailchimp/guides/get-started-with-mailchimp-api-3/).

Requirements
------------

[](#requirements)

- PHP 5.4.0 or greater (7.0 or greater if you wish to use phpunit)
- [Composer](https://getcomposer.org/)
- [Guzzle](https://github.com/guzzle/guzzle)

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

[](#installation)

Dependencies are managed by [Composer](https://getcomposer.org/). After installing Composer, run the following command from the library root:

`composer install --no-dev --ignore-platform-reqs`

Or to install with phpunit:

`composer install`

Usage
-----

[](#usage)

### Get your account information

[](#get-your-account-information)

A basic test to confirm the library is set up and functional.

```
