2017 © Pedro PelĆ”ez
 

library zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

image

zfr/zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

  • Monday, February 16, 2015
  • by bakura10
  • Repository
  • 2 Watchers
  • 9 Stars
  • 22,547 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

ZfrMailChimpBundle

Latest Stable Version, (*1)

A Symfony 2 bundle for the ZfrMailChimp library., (*2)

Installation

To install the bundle, require it through composer via the command line:, (*3)

php composer.phar require zfr/zfr-mailchimp-bundle

or via your composer.json file:, (*4)

{
    "require": {
        "zfr/zfr-mailchimp-bundle": "2.*"
    }
}

To have composer download the needed files, run:, (*5)

``` bash $ php composer.phar update zfr/zfr-mailchimp-bundle, (*6)


This will place the bundle (and the ZfrMailChimp library) inside the `vendor/zfr` directory of your project. Next, enable the bundle in your project by adding it to the AppKernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ZfrMailChimpBundle\ZfrMailChimpBundle() ); }

Configuration

To configure the bundle, add the following to your app/config/config.yml:, (*7)

``` yml, (*8)

app/config/config.yml

zfr_mail_chimp: api_key: #your MailChimp API key here (required) async: #use Guzzle's Asyncronous library (default: false), (*9)


## Usage Lastly, call the client using Symfony's DI Container: ```php $mailchimp = $this->get('zfr_mailchimp')->getClient();

The Versions

16/02 2015

dev-master

9999999-dev https://github.com/zf-fr/zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

  Sources   Download

MIT

The Requires

 

mail symfony2 mailchimp campaign

27/12 2013

v2.0.0

2.0.0.0 https://github.com/zf-fr/zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

  Sources   Download

MIT

The Requires

 

mail symfony2 mailchimp campaign

20/10 2013

v1.0.1

1.0.1.0 https://github.com/zf-fr/zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

  Sources   Download

MIT

The Requires

 

mail symfony2 mailchimp campaign

22/08 2013

v1.0.0

1.0.0.0 https://github.com/zf-fr/zfr-mailchimp-bundle

Symfony bundle for integrating the ZfrMailChimp library

  Sources   Download

MIT

The Requires

 

mail symfony2 mailchimp campaign