Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 618 Bytes

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