2017 © Pedro Peláez
 

library constantcontact

Constant Contact PHP SDK for v2

image

constantcontact/constantcontact

Constant Contact PHP SDK for v2

  • Saturday, June 4, 2016
  • by constantcontact
  • Repository
  • 41 Watchers
  • 87 Stars
  • 167,086 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 95 Forks
  • 21 Open issues
  • 19 Versions
  • 7 % Grown

The README.md

Constant Contact PHP SDK

Build Status Latest Stable Version Latest Unstable Version, (*1)

This library utilizes GuzzlePHP

Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project. In order to use the Constant Contact PHP SDK through composer, you must add "constantcontact/constantcontact" as a dependency in your project's composer.json file., (*2)

 {
        "require": {
            "constantcontact/constantcontact": "2.1.*"
        }
    }

Manual Installation

If you are unable to install using composer, we have provided a zip file that includes a version of the dependencies at the time of our release, as well as our library. Unzip the vendor file in the standalone directory, and require the autoload.php file to use our methods., (*3)

Documentation

The source documentation is hosted at http://constantcontact.github.io/php-sdk, (*4)

API Documentation is located at http://developer.constantcontact.com/docs/developer-guides/api-documentation-index.html, (*5)

Usage

The ConstantContact class contains the underlying services that hold the methods that use the API., (*6)

use Ctct\ConstantContact;
$cc = new ConstantContact('your api key');

$contacts = $cc->contactService->getContacts('your access token')

Many methods will take an array of parameters for use in the calls. Available params are documented in the PHPDoc of the method., (*7)

$params = array("limit" => 500);
$contacts = $cc->contactService->getContacts('your access token', $params);

Minimum Requirements

Use of this library requires PHP 5.4+, and PHP cURL extension (http://php.net/manual/en/book.curl.php), (*8)

If you are being required to use an older version of PHP, it is highly recommended that you update to at least 5.4 - but you can use version 1.3.* via composer, or manually., (*9)

The Versions

04/06 2016

dev-development

dev-development http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

30/03 2016

dev-master

9999999-dev http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

30/03 2016

3.0.0-alpha

3.0.0.0-alpha http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

17/02 2016

2.1.4

2.1.4.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

02/02 2016

2.1.3

2.1.3.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

14/09 2015

2.1.2

2.1.2.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

07/08 2015

2.1.1

2.1.1.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

10/07 2015

2.1.0

2.1.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

30/06 2015

2.0.0

2.0.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

 

The Development Requires

constantcontact ctct email marketing constant contact

30/06 2015

dev-v1-master

dev-v1-master http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

30/06 2015

1.3.2

1.3.2.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

29/06 2015

1.3.1

1.3.1.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

14/01 2015

1.3.0

1.3.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

18/11 2014

1.2.1

1.2.1.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

07/11 2014

v1.2.0

1.2.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

01/10 2014

1.1.2

1.1.2.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

26/09 2014

1.1.1

1.1.1.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

06/05 2013

1.1.0

1.1.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact

01/04 2013

1.0.0

1.0.0.0 http://developer.constantcontact.com

Constant Contact PHP SDK for v2

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

constantcontact ctct email marketing constant contact