dcsg / mailchimp-api-connector
Lightweight Mailchimp API connector for PHP 5.3+
v2.2.2
2014-03-21 11:18 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- guzzle/guzzle: @stable
- kriswallsmith/buzz: @stable
- phpunit/phpunit: ~3.7
- zendframework/zend-http: ~2.1
Suggests
- ext-curl: Enabling the curl extension allows you to use CurlHttpAdapter.
- guzzle/guzzle: Enabling Guzzle allows you to use the GuzzleHttpAdapter.
- kriswallsmith/buzz: Enabling Buzz allows you to use the BuzzHttpAdapter.
- zendframework/zend-http: Enabling Zend_Http allows you to use the ZendHttpAdapter.
This package is auto-updated.
Last update: 2024-10-28 05:04:22 UTC
README
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.
What includes
- Support for Mailchimp API v2.0 and Mailchimp API v1.x
- Support for Mailchimp Export API v1.0
- HTTP Adapters
Documentation
The bulk of the documentation is stored in the doc/index.md file:
TODO
- Better handling of the HTTP response.
- Implement OAuth2.
Credits
- Daniel Gomes
- Part of HTTP Adapters are from Geocoder Library
License
Mailchimp API Connector is released under the MIT License. See the bundled LICENSE file for details.