An open API service indexing awesome lists of open source software.

https://github.com/bee-lab/v3-mailchimp-api-php


https://github.com/bee-lab/v3-mailchimp-api-php

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

- PHP 5.5.0 or greater
- [Composer](https://getcomposer.org/)
- [Guzzle](https://github.com/guzzle/guzzle)

## Installation

Dependencies are managed by [Composer](https://getcomposer.org/). 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`