/mailchimp-api-php

PHP library for v3 of the MailChimp API.

Primary LanguagePHP

PHP library for v3 of the MailChimp API

This library provides convenient wrapper functions for MailChimp's REST API. The API is documented here.

Requirements

Installation

Dependencies are managed by Composer. From the library root, run:

composer install

Testing

This library includes a PHPUnit test suite. To run the tests, from the library root, run:

phpunit