Download the PHP package blenderdeluxe/mailchimpv3-laravel without Composer
On this page you can find all versions of the php package blenderdeluxe/mailchimpv3-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blenderdeluxe/mailchimpv3-laravel
More information about blenderdeluxe/mailchimpv3-laravel
Files in blenderdeluxe/mailchimpv3-laravel
Package mailchimpv3-laravel
Short Description A minimal service provider to set up and use the Mailchimp Api v3 PHP library in Laravel 5.*
License MIT
Informations about the package mailchimpv3-laravel
fraterblack/mailchimpv3-laravel
A minimal service provider to set up and use the Mailchimp APi v3 PHP library in Laravel v5.*
This service provider use Mailchimp API https://github.com/drewm/mailchimp-api. A super-simple, minimum abstraction Mailchimp API v3 wrapper, in PHP.
Installation
You can install using Composer:
Register the service provider in by inserting into the array
To publish the default configuration file, execute the following command:
Edit your .env file
for more info check "http://kb.mailchimp.com/accounts/management/about-api-keys#Find-or-Generate-Your-API-Key"
How it works
This package contains a service provider, which binds an instance of an initialized Mailchimp API client to the IoC-container.
You recieve the Mailchimp API client through depencency injection already set up with your own API key.
Usage example
For more examples of usage:
MailChimp API - https://github.com/drewm/mailchimp-api
Mailchimp V3 Documentation - http://developer.mailchimp.com/documentation/mailchimp
This package is based on: