2017 © Pedro Peláez
 

symfony-bundle mailchimp-bundle

Mailchimp bundle for symfony2

image

godisco/mailchimp-bundle

Mailchimp bundle for symfony2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mailchimp Bundle

This bundle wrap the Mailchimp official PHP SDK for using inside Symfony as service., (*1)

This bundle uses V2 of Mailchimp API., (*2)

Installation:

Add this line to your composer.json "require" section:, (*3)

composer.json

    "require": {
       ...
       "godisco/mailchimp-bundle": "dev-master"

Add this to your AppKernel.php (in the registerBundles() section):, (*4)

app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        // ...
        new GoDisco\MailchimpBundle\MailchimpBundle()
    }

Usage:

Just request for the mailchimp service., (*5)

$mailchimp = $container->get("mailchimp");

You can get your default list id by:, (*6)

$mailchimp->getDefualtList();

The Versions

20/11 2013

dev-master

9999999-dev http://www.GoDisco.net

Mailchimp bundle for symfony2

  Sources   Download

MIT

The Requires

 

mailchimp