This bundle gives you access to the MailChimp Newsletter Widget.
If you haven't already, you can follow the steps to set up Victoire here
Run the following composer command :
php composer.phar require friendsofvictoire/mailchimpnewsletter-widget
Declare the bundle in your AppKernel:
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\MailchimpNewsletterBundle\VictoireWidgetMailchimpNewsletterBundle(),
);
return $bundles;
}
}
Be sure the HypeMailChimpBundle is correctly installed by reading the README.