2017 © Pedro PelĂĄez
 

library mailchimp-silex-provider

Silex Service-Provider for the Mailchimp-API

image

magdev/mailchimp-silex-provider

Silex Service-Provider for the Mailchimp-API

  • Saturday, September 27, 2014
  • by magdev
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9,008 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Silex Service-Provider for the Mailchimp-API

Installation

Add it using Composer :, (*1)

{
    "require": {
        "magdev/mailchimp-silex-provider": "dev-master"
    }
}

and until this package is registered at Packagist add the repository, (*2)

{
    "repositories" : [{
            "type" : "vcs",
            "url" : "git@github.com:magdev/mailchimp-silex-provider.git"
        }
    ]
}

Usage

Registering the provider

use Silex\Application;
use SilexMailchimp\Provider\MailchimpServiceProvider;

$app = new Application();
$app->register(new MailchimpServiceProvider(), array(
    'mailchimp.apikey' => 'Your API-Key',
    'mailchimp.options' => array(),  // An array with options for mailchimp/mailchimp
));

License

This package is released under the MIT license, (*3)

The Versions

27/09 2014

dev-master

9999999-dev

Silex Service-Provider for the Mailchimp-API

  Sources   Download

MIT

The Requires

 

by Marco GrÀtsch

api silex mailchimp client service-provider