mailchimp-api-php
mailchimp-api-php copied to clipboard
PHP library for v3 of the MailChimp API.
I needed to test this library on PHP 8, which requires an update to guzzle 7 and composer reported a conflict between phpunit and guzzle. I saw it fit to...
Fix #58
This will allow users to use Views Bulk Operations to add subscribed members to an already-created static segment. A subsequent mailchimp.module patch for adding users will appear on drupal.org.
Here's a patch that sets the HTTP version to 1.0 that seems to solve the issue described in https://github.com/thinkshout/mailchimp-api-php/issues/73
Hello, thanks for all your work, it is really appreciated. I am with the [Backdrop CMS](http://backdropcms.org/) team (Backdrop is a fork of Drupal), and I ported [Mailchimp for Backdrop](https://github.com/backdrop-contrib/mailchimp), based...
Right now the documentation says it should be an array, but it's set as NULL. ``` /** * Makes a request to the Mailchimp API. * * @param string $method...
hello I report that some dependencies of the library are not compatible with php 7.3. Below are the errors found: `FILE: sites/all/libraries/mailchimp/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php FOUND 1 ERROR AFFECTING 1 LINE 17 |...
It appears that there are no functions for posting or getting tags on a list member. Because Mailchimp is really pushing this feature it will be important going forward. https://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/tags/
I installed v.1.0.10 of the library, and am still getting the message "Your Mailchimp library is out of date. Download the latest v1 release here to make use of the...
Hi , I am using the library along with `Mailchimp E-Commerce` for Drupal. However, I am getting `Resource Not Found - The requested resource could not be found.` when I...
Do you have any documentation or sample calls using this wrapper?