Mailchimp API 3.0 PHP Versions Save

A feature rich object-oriented PHP library for interacting with MailChimp's API v3 💌🐵

3.0.2

5 years ago

The library was json serializing params expected by the Mailchimp Oauth server to be form style data.

fix was merged in #54.

3.0.1

5 years ago

Fix bug where headers were not of type array when no apikey was provided to MailchimpRequest.

3.0.0

5 years ago

Incoming Features

  • Namespaced classes
  • Full PSR-4 Autoloading via Composer
  • Tests
  • Success & Failure Callbacks
  • Support for new endpoints

Breaks From Older Versions

  • No non-autoloading option
  • Class names and directory structure changes

2.3.02

6 years ago

2.3.01

6 years ago
  • Get Auth URL Added

2.1.03

7 years ago

Updating minimum required php version

2.1.02

7 years ago

-- Added user_agent

2.1.01

7 years ago

-- Adding Oauth Functionality

2.0.02

7 years ago

-- Adding API key checks