beelab / v3-mailchimp-api-php
There is no license information available for the latest version (1.0.0) of this package.
PHP library for v3 of the MailChimp API
1.0.0
2016-08-26 13:14 UTC
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: 2024-10-30 19:43:36 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