carnage/mailchimp

There is no license information available for the latest version (dev-master) of this package.

Zend Framework 2 Module that provides access to the Mailchimp API

Maintainers

Package info

github.com/carnage/mailchimp

pkg:composer/carnage/mailchimp

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

dev-master 2014-01-22 08:00 UTC

This package is auto-updated.

Last update: 2026-02-16 04:50:35 UTC


README

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')));