PHPackages                             knowband/constantcontact - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. knowband/constantcontact

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

knowband/constantcontact
========================

Constant Contact PHP SDK for v2

1.0.0(7y ago)03.8k2MITPHPPHP &gt;=5.5.0

Since Dec 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/akumar2-velsof/constantcontact)[ Packagist](https://packagist.org/packages/knowband/constantcontact)[ Docs](https://www.knowband.com)[ RSS](/packages/knowband-constantcontact/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Constant Contact PHP SDK
========================

[](#constant-contact-php-sdk)

[![Build Status](https://camo.githubusercontent.com/33d7f72290b2cfbe35f8bf13d8362e1d8fdc2114b4e090d5a368ba4d9bcd5539/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f636f6e7374616e74636f6e746163742f7068702d73646b2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/constantcontact/php-sdk) [![Latest Stable Version](https://camo.githubusercontent.com/0ce56442e80d55398f01090d997924d9df817d1a8769eb336d8d09931a27f9a7/68747470733a2f2f706f7365722e707567782e6f72672f636f6e7374616e74636f6e746163742f636f6e7374616e74636f6e746163742f762f737461626c652e737667)](https://packagist.org/packages/constantcontact/constantcontact) [![Latest Unstable Version](https://camo.githubusercontent.com/5cf9d0ea704a9727ee023ec174e823875826d1dc1432acab462fcfe01c5dac81/68747470733a2f2f706f7365722e707567782e6f72672f636f6e7374616e74636f6e746163742f636f6e7374616e74636f6e746163742f762f756e737461626c652e737667)](https://packagist.org/packages/constantcontact/constantcontact)

### This library utilizes [GuzzlePHP](http://guzzle.readthedocs.org/)

[](#this-library-utilizes-guzzlephp)

Installing via Composer
-----------------------

[](#installing-via-composer)

[Composer](https://getcomposer.org/) 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.

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

Or, if you would like a more bleeding edge build, which has features like the newest version of GuzzlePHP and a minimum of PHP 5.5, you can build off our development branch.

```
 {
        "require": {
            "constantcontact/constantcontact": "dev-development"
        }
    }
```

### Manual Installation

[](#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.

Documentation
-------------

[](#documentation)

The source documentation is hosted at

API Documentation is located at

Usage
-----

[](#usage)

The ConstantContact class contains the underlying services that hold the methods that use the API.

```
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.

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

Minimum Requirements
--------------------

[](#minimum-requirements)

Use of this library requires PHP 5.4+

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.\* (PHP 5.3+) via composer, or [manually](https://github.com/constantcontact/php-sdk/releases) (but note that versions 2 and up require other dependencies).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2759d ago

Major Versions

0.0.1 → 1.0.02018-12-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/797089?v=4)[akumar2](/maintainers/akumar2)[@akumar2](https://github.com/akumar2)

---

Top Contributors

[![veloctiy](https://avatars.githubusercontent.com/u/20186319?v=4)](https://github.com/veloctiy "veloctiy (1 commits)")

---

Tags

email marketingconstantcontactctctconstant contact

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/knowband-constantcontact/health.svg)

```
[![Health](https://phpackages.com/badges/knowband-constantcontact/health.svg)](https://phpackages.com/packages/knowband-constantcontact)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
