beelab / v3-mailchimp-api-php
PHP library for v3 of the MailChimp API
Installs: 63
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/beelab/v3-mailchimp-api-php
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: 6.2.1
Requires (Dev)
- phpunit/phpunit: 4.8.21
This package is not auto-updated.
Last update: 2025-10-01 23:58:06 UTC
README
This library provides convenient wrapper functions for MailChimp's REST API. The API is documented here.
Requirements
Installation
Dependencies are managed by Composer. From the library root, run:
composer install
Testing
This library includes a PHPUnit test suite. To run the tests, from the library root, run:
phpunit