1

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.

4

4 回答 4

2

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

于 2010-02-10T00:04:47.493 回答
0

They have a PHP sample application:

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

于 2009-03-24T16:32:13.647 回答
0

This is an old thread, but I thought it would be helpful to add in the official Constant Contact PHP SDK wrapper: https://github.com/constantcontact/php-sdk

于 2015-06-15T17:36:07.987 回答
0

An old thread, but thought people might be interested in a V3 PHP client:

https://packagist.org/packages/phpfui/constantcontact

于 2021-12-26T23:11:33.667 回答