GitPedia
Jhut89

Jhut89/Mailchimp-API-3.0-PHP

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

23 Releases
Latest: 5y ago
3.2.3Latest
Jhut89Jhut89·5y ago·August 24, 2020
GitHub

add state param to OAuth

3.2.2
Jhut89Jhut89·6y ago·May 20, 2020
GitHub

Fixing tests namespaces to comply with psr-4 autoloading standard.

3.2.1
Jhut89Jhut89·6y ago·February 27, 2020
GitHub

Members events endpoint added: https://github.com/Jhut89/Mailchimp-API-3.0-PHP/pull/77

3.2.0
Jhut89Jhut89·6y ago·February 5, 2020
GitHub

Changing caller for success and failure callbacks. This allows access to the response object inside of these callbacks.

3.1.4
Jhut89Jhut89·6y ago·January 24, 2020
GitHub

Updating `require-dev` dependencies. `require-dev` php version now at `>=7.2`

3.1.3
Jhut89Jhut89·6y ago·August 16, 2019
GitHub

Close connections after execution by default.

3.1.2 3.1.2
Jhut89Jhut89·7y ago·June 3, 2019
GitHub

📋 Changes

  • Add more clear curl error handling
3.1.1
Jhut89Jhut89·7y ago·May 10, 2019
GitHub

Bug fix: https://github.com/Jhut89/Mailchimp-API-3.0-PHP/issues/64

3.1.0
Jhut89Jhut89·7y ago·April 29, 2019
GitHub

📋 Changes

  • Ability to set custom curl options
3.0.3
Jhut89Jhut89·7y ago·March 27, 2019
GitHub

📦 Version 3.0.3

  • Fix success callbacks.
  • Add support for `Verified Domains` endpoints.
Oauth Bug fix3.0.2
Jhut89Jhut89·7y ago·October 13, 2018
GitHub

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 - Bug fix3.0.1
Jhut89Jhut89·7y ago·October 5, 2018
GitHub

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

Version 3.0.03.0.0
Jhut89Jhut89·7y ago·August 27, 2018
GitHub

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
Fix typo in listsSegmentsRoot.php2.3.02
Jhut89Jhut89·8y ago·November 14, 2017
GitHub
New Auth functionality added2.3.01
Jhut89Jhut89·8y ago·October 24, 2017
GitHub

📋 Changes

  • Get Auth URL Added
2.2.01
Jhut89Jhut89·9y ago·February 27, 2017
GitHub

Adding support for two new endpoints: --Batch Webhooks http://developer.mailchimp.com/documentation/mailchimp/reference/batch-webhooks/ -- E-commerce Stores Product Images http://developer.mailchimp.com/documentation/mailchimp/reference/ecommerce/stores/products/images/

2.1.03
Jhut89Jhut89·9y ago·February 15, 2017
GitHub

Updating minimum required php version

Version 2.1.022.1.02
Jhut89Jhut89·9y ago·January 21, 2017
GitHub

-- Added user_agent

Version 2.1.012.1.01
Jhut89Jhut89·9y ago·January 21, 2017
GitHub

-- Adding Oauth Functionality

Version 2.0.022.0.02
Jhut89Jhut89·9y ago·January 20, 2017
GitHub

-- Adding API key checks

Version 2.0.012.0.01
Jhut89Jhut89·9y ago·January 20, 2017
GitHub

🐛 Fixes

  • PHP Warning Fix
  • -- Refactored class methods by moving them to the Mailchimp class.
  • Decoding Responses
  • -- If a response cannot be decoded the raw response is outputted

New Features

  • -- Debugger Mode
  • -- Able to set debugger log file
  • -- Can now use CURLOPT_SSL_VERIFYPEER
  • -- Can now return headers from requests
  • -- Library_Exceptions added leaving room for folks to add in their own exceptions
  • -- Library now validates the top level of a request body and checks for required fields
PSR2 Compliant1.0.2
Jhut89Jhut89·9y ago·January 12, 2017
GitHub

This library should now be compliant with PSR2 Standards. --Minor fixes

Version 11.0.1
Jhut89Jhut89·9y ago·January 9, 2017
GitHub

First release.