dev-master
9999999-devSymfony service wrapper for pacely/mailchimp-apiv3
MIT
The Requires
by Igor Demishev
Wallogit.com
2017 © Pedro Peláez
Symfony service wrapper for pacely/mailchimp-apiv3
TDSMailchimpBundle is just a service wrapper for Mailchimp API v3 - PHP Wrapper by Pacely, (*1)
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)
This bundle is under the MIT license. See the complete license in the bundle:, (*10)
LICENSE, (*11)
Symfony service wrapper for pacely/mailchimp-apiv3
MIT