danielcsgomes / mailchimp-api-connector
轻量级的PHP 5.3+ Mailchimp API连接器
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-08-28 05:01:05 UTC
README
Mailchimp API Connector 是一个轻量级的PHP 5.3+库,允许您以简洁和抽象的方式连接到 Mailchimp API 和 Mailchimp Export API。
此库不是 Mailchimp API 的包装器。
包括内容
- 支持 Mailchimp API v2.0 和 Mailchimp API v1.x
- 支持 Mailchimp Export API v1.0
- HTTP适配器
文档
大部分文档存储在doc/index.md文件中
待办事项
- 更好地处理HTTP响应。
- 实现OAuth2。
致谢
- Daniel Gomes
- 部分HTTP适配器来自 Geocoder库
许可
Mailchimp API Connector 在MIT许可下发布。有关详细信息,请参阅捆绑的 LICENSE 文件。