views:

844

answers:

3

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.

A: 

They have a PHP sample application:

http://img.constantcontact.com/webservices/samples/PHPSample.zip

vartec
Yeah, I've looked at that... 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.
codemonkey
A: 

I'll write one in the coming weeks and post it as a response to this question.

codemonkey
i'm a follow-thru FAIL. but then again, we found mailchimp, so this became a moot point.
codemonkey
+1  A: 

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

mikeytag