2017 © Pedro Peláez
 

library mailchimp

Mailchimp API 3.0 for PHP

image

gufy/mailchimp

Mailchimp API 3.0 for PHP

  • Sunday, November 20, 2016
  • by mgufron
  • Repository
  • 1 Watchers
  • 2 Stars
  • 600 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

(Un)Official Mailchimp API 3.0 PHP Bridge

Installation

Just run this command on terminal under your active directory, (*1)

  composer require gufy/mailchimp:~1

Or update your composer.json by adding this line on your require key, (*2)

{
  "require":{
    "gufy/mailchimp":"~1"
  }
}

Then run composer update on your terminal, (*3)

Usage

<?php
use Gufy\Mailchimp\Mailchimp;
$mailchimp =  new Mailchimp($username, $api_key); // change $username and $api_key with your credential

$lists = $mailchimp->get('lists');

$create_list = $mailchimp->post('lists', $parameters);

Next Thing

I'm about to write the package easier to use. Such as Creating List with simple script. If you have any ideas, or improvement in this package, just create an issue or pull a request. I love to discuss something awesome. :+1:, (*4)

The Versions

20/11 2016

dev-master

9999999-dev

Mailchimp API 3.0 for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mochamad Gufron

20/11 2016

v1.1.0

1.1.0.0

Mailchimp API 3.0 for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mochamad Gufron

25/06 2015

v1.0.0

1.0.0.0

Mailchimp API 3.0 for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mochamad Gufron