The Constant Contact PHP wrapper class is a single PHP file, basically a chunk of code that you will be able to download, drop into your project, and get going very quickly with the constant contact REST API. It handles the details of the actual network connections, parameters, and interface for you so that you can focus on just using the bare essential calls to use each API function the Constant Contact REST API exposes.

The code has been created from scratch especially for the REST API and works with default php.ini settings, you need the openssl extension installed to use the code. Also it's compatible with both PHP versions 4 and 5.

The code is clean, throughly commented and can be easily adapted to suit any needs, we provide full PHP source code plus documentation and examples showing how to use each feature, the developers code is opensource so can be used freely by anyone for any reason, if you have any questions please get in touch.

Below lists all the functions we currently provide:

  • Get Lists
  • Get List
  • Create List
  • Update List
  • Delete List
  • Get List Members
  • Create Contact
  • Update Contact
  • Get Contact
  • Delete Contact
  • Query Contacts
  • Get Contacts
  • Add Contacts (25 or more at once)
  • Export Contacts in CSV or Text Format
  • Clear Contacts from Contact List
  • Get Activities
  • Get Activity
  • Get Campaigns
  • Get Campaign
  • Query Campaigns
  • Delete Campaign
  • Get Email Addresses

Coming soon are functions for:

  • Events
  • Create Campaign


Requirements       Downloads