Search code examples
phpemailconstantcontact

Constant Contact - PHP wrapper for REST API?


Anyone written or know of a decent PHP helper class written for Constant Contact's new REST API?

I've looked at their sample application... has a bunch of inline examples... helpful, but I'm thinking I want to either find or write a helper class to fully encapsulate the API so that all one has to do is interact with the PHP object.


Solution

  • I actually just started this project myself. It does almost everything the REST APIs allow. It will probably help you get off the ground with your integration.

    http://www.envoymediagroup.com/Code/CTCT-Web-Services-PHP-Library.html