PHP Package: thinkshout/mailchimp-api-php

The thinkshout Mailchimp API PHP library provides seamless integration with Mailchimp services for PHP applications.

Current Version: 3.1.2
Last Updated: 2025-09-25
PHP Requirement: >=5.4.0
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your PHP projects with the thinkshout Mailchimp API PHP library, streamlining API interactions with Mailchimp's robust email marketing services. Ensure efficient subscriber management, campaign automation, and insightful analytics within your applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.2

Download Download v3.1.2

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/thinkshout/mailchimp-api-php/3.1.2/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';

use ThinkShout\Mailchimp\Mailchimp;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Request;

$obj = new Mailchimp();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.