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.
- Host: GitHub
- URL: https://github.com/dcsg/mailchimpapiconnector
- Owner: dcsg
- License: mit
- Created: 2013-04-22T01:16:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-21T11:25:03.000Z (about 12 years ago)
- Last Synced: 2025-04-14T22:38:58.241Z (about 1 year ago)
- Language: PHP
- Size: 450 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailchimp API Connector
[](https://travis-ci.org/dcsg/MailchimpApiConnector) [](https://packagist.org/packages/dcsg/mailchimp-api-connector) [](https://packagist.org/packages/dcsg/mailchimp-api-connector) [](https://packagist.org/packages/dcsg/mailchimp-api-connector) [](https://packagist.org/packages/dcsg/mailchimp-api-connector) [](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/) [](https://scrutinizer-ci.com/g/dcsg/MailchimpApiConnector/) [](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.