CakePHP 2 Component for MailChimp API v3.0
USAGE
Add the following config into your /Config/bootstrap.php replacing the values
Configure::write('Chimp.url', 'INSERT_MAILCHIMP_API_ID'); Configure::write('Chimp.key', 'NSERT_MAILCHIMP_API_KEY');
Follow the 'add' action as an example from the SubscribesController.