dcsg / 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 04:42:29 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 文件。