Skip to content

carnage/mailchimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailchimp

A pure ZF2 implementation of the Mailchimp API, hacked together from the official API. Features full IDE support for all API methods and has no external dependancies (Except ZF2).

To install add carnage/mailchimp to your composer.json file and run composer.

To use enable the module in your application.ini and create a mailchimp.local.php file in your ZF2 config dir with the following:

return array('mailchimp' => array('api'=>array('api-key'=>'yourapikey')));

About

A pure ZF2 implementation of the Mailchimp API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages