https://github.com/bee-lab/v3-mailchimp-api-php
https://github.com/bee-lab/v3-mailchimp-api-php
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bee-lab/v3-mailchimp-api-php
- Owner: Bee-Lab
- Created: 2016-08-26T13:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T13:15:01.000Z (over 9 years ago)
- Last Synced: 2025-02-25T23:35:43.802Z (12 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP library for v3 of the MailChimp API
This library provides convenient wrapper functions for MailChimp's REST API.
The API is [documented here](http://developer.mailchimp.com/documentation/mailchimp/guides/get-started-with-mailchimp-api-3/).
## Requirements
- PHP 5.5.0 or greater
- [Composer](https://getcomposer.org/)
- [Guzzle](https://github.com/guzzle/guzzle)
## Installation
Dependencies are managed by [Composer](https://getcomposer.org/). 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`