Skip to content

A PHP library for working w/ the Mailchimp API.

Notifications You must be signed in to change notification settings

alexleonard/php-mailchimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailchimp

A PHP library for working w/ the Mailchimp API.

Install

Normal install via Composer.

Usage

Call the desired method and pass the params as a single array.

$response = Travis\Mailchimp::list_subscribe(array(
    'apikey' => 'YOUR_API_KEY',
    'id' => 'YOUR_LIST_ID',
    'email_address' => '[email protected]',
));

Just make sure you pass all the required fields.

About

A PHP library for working w/ the Mailchimp API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%