MailChimp
MailChimp copied to clipboard
UNMAINTAINED: PHP 5.3 SDK for the MailChimp API
Alpha Release
This project is currently in development. It is strongly advised that you do not use it in production.
Introduction
This repository contains a PHP SDK that provides access to the MailChimp API (version 1.3). The SDK conforms to the PSR-0 standard for autoloading interoperability and requires PHP >= 5.3.3. Unless otherwise stated, all components of the SDK are licensed under the MIT License.
Requirements
- PHP >= 5.3.3
- PHP JSON
- PHP OpenSSL (If you wish to make API calls over HTTPS)
- PHP cURL (\MailChimp\Client\Curl)
- allow_url_fopen (\MailChimp\Client\Stream)
Known Issues
None at this time
Usage & Examples
Please see the examples provided.