2017 © Pedro Peláez
 

symfony-bundle mailchimp-bundle

Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API

image

wunderdata/mailchimp-bundle

Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API

  • Thursday, September 5, 2013
  • by MikeRoetgers
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,040 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MailchimpBundle

Symfony2 Bundle for Mailchimp 2.0 API and Export 1.0 API, (*1)

Build Status, (*2)

Installation

The bundle can be installed via Composer. You can find it on Packagist., (*3)

Configuration

Just add the following lines to your app/config/config.yml, (*4)

wunderdata_mailchimp:
    apikey: verysecretkey-us1
    opts:
        debug: false
        timeout: 600

Usage

The bundle uses the official PHP implementation of the Mailchimp 2.0 API. There is no wrapper class or anything around it. They have an example project to get you started., (*5)

You can get a ready-to-use instance of the Mailchimp client from the container:, (*6)

// example action in a controller

public function exampleAction()
{
    $client = $this->get('wunderdata_mailchimp.client');
}

Unfortunately there is no official PHP implementation of the Export 1.0 API. Its implementation can be found in the class \Wunderdata\MailchimpBundle\Client\ExportClient. It is using Buzz internally to perform the needed HTTP requests., (*7)

You can get a ready-to-use instance of the export client from the container:, (*8)

// example action in a controller

public function exampleAction()
{
    $client = $this->get('wunderdata_mailchimp.export_client');
}

The Versions

05/09 2013

dev-master

9999999-dev https://github.com/MikeRoetgers/MailchimpBundle

Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mike Roetgers

api email mailchimp

05/09 2013

1.0.1

1.0.1.0 https://github.com/MikeRoetgers/MailchimpBundle

Symfony2 Bundle for Mailchimp v2.0 API and Export v1.0 API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mike Roetgers

api email mailchimp

05/09 2013

1.0.0

1.0.0.0 https://github.com/MikeRoetgers/MailchimpBundle

Symfony2 Bundle for Mailchimp v2.0 API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mike Roetgers

api email mailchimp