2017 © Pedro Peláez
 

library mailchimp

Zend Framework 2 Module that provides access to the Mailchimp API

image

carnage/mailchimp

Zend Framework 2 Module that provides access to the Mailchimp API

  • Wednesday, January 22, 2014
  • by carnage
  • Repository
  • 1 Watchers
  • 4 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)., (*1)

To install add carnage/mailchimp to your composer.json file and run composer., (*2)

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

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

The Versions

22/01 2014

dev-master

9999999-dev https://github.com/carnage/mailchimp

Zend Framework 2 Module that provides access to the Mailchimp API

  Sources   Download

The Requires

 

by Chris Riley

zf2 mailchimp module