2017 © Pedro Peláez
 

library mailchimp-bundle

Symfony service wrapper for pacely/mailchimp-apiv3

image

tds/mailchimp-bundle

Symfony service wrapper for pacely/mailchimp-apiv3

  • Monday, May 9, 2016
  • by TrueDrago
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TDSMailchimpBundle

TDSMailchimpBundle is just a service wrapper for Mailchimp API v3 - PHP Wrapper by Pacely, (*1)

Installation

Step 1: Download Bundle using composer, (*2)

Require the bundle with composer:, (*3)

$ composer require tds/mailchimp-bundle "dev-master"

Composer will install the bundle to your project's vendor directory., (*4)

Step 2: Enable the bundle, (*5)

Enable the bundle in the kernel:, (*6)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new TDS\MailchimpBundle\MailchimpBundle(),
        // ...
    );
}

Step 3: Configure your application's config.yml, (*7)

tds_mailchimp:
    api_key: 'your api key should be here'

Step 4: Read the docs, (*8)

Investigate the main bundle documentation, (*9)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*10)

LICENSE, (*11)

The Versions

09/05 2016

dev-master

9999999-dev

Symfony service wrapper for pacely/mailchimp-apiv3

  Sources   Download

MIT

The Requires

 

by Igor Demishev