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

https://github.com/dcsg/mailchimpapiconnector

Mailchimp Abstract API Connector is a PHP 5.3+ library that allow you to connect in an abstract and simple way to the Mailchimp API and Mailchimp Export API.
https://github.com/dcsg/mailchimpapiconnector

Last synced: about 1 year ago
JSON representation

Mailchimp Abstract API Connector is a PHP 5.3+ library that allow you to connect in an abstract and simple way to the Mailchimp API and Mailchimp Export API.

Awesome Lists containing this project

README

          

# Mailchimp API Connector

[![Build Status](https://travis-ci.org/dcsg/MailchimpApiConnector.png?branch=master)](https://travis-ci.org/dcsg/MailchimpApiConnector) [![Latest Stable Version](https://poser.pugx.org/dcsg/mailchimp-api-connector/v/stable.png)](https://packagist.org/packages/dcsg/mailchimp-api-connector) [![Total Downloads](https://poser.pugx.org/dcsg/mailchimp-api-connector/downloads.png)](https://packagist.org/packages/dcsg/mailchimp-api-connector) [![Latest Unstable Version](https://poser.pugx.org/dcsg/mailchimp-api-connector/v/unstable.png)](https://packagist.org/packages/dcsg/mailchimp-api-connector) [![License](https://poser.pugx.org/dcsg/mailchimp-api-connector/license.png)](https://packagist.org/packages/dcsg/mailchimp-api-connector) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/badges/quality-score.png?s=85dea6dd82e4c4ecc0dce06b06da73eb89bd379f)](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/) [![Code Coverage](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/badges/coverage.png?s=663b351135fe4539334e4391641cfd724f2b815b)](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/1db89fc8-587f-4dd3-9d30-fa184deddb44/mini.png)](https://insight.sensiolabs.com/projects/1db89fc8-587f-4dd3-9d30-fa184deddb44)

**Mailchimp API Connector** is a lightweight PHP 5.3+ library that allows you to connect in an abstract and simple way to the **Mailchimp API** and **Mailchimp Export API**.

This library is not a wrapper of [**Mailchimp API**](http://apidocs.mailchimp.com/).

## What includes

* Support for [Mailchimp API v2.0](http://apidocs.mailchimp.com/api/2.0/) and [Mailchimp API v1.x](http://apidocs.mailchimp.com/api/1.3/)
* Support for [Mailchimp Export API v1.0](http://apidocs.mailchimp.com/export/1.0/)
* HTTP Adapters

## Documentation

The bulk of the documentation is stored in the doc/index.md file:

[Read the Documentation](https://github.com/dcsg/MailchimpApiConnector/blob/master/doc/index.md)

## TODO

* Better handling of the HTTP response.
* Implement OAuth2.

## Credits

* [Daniel Gomes](me@danielcsgomes.com)
* Part of HTTP Adapters are from [Geocoder Library](https://github.com/geocoder-php/Geocoder)

## License

**Mailchimp API Connector** is released under the MIT License. See the bundled [LICENSE](https://github.com/dcsg/MailchimpApiConnector/blob/master/LICENSE) file for details.