aenetworks / exacttarget
Component library for ExactTarget API
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 32 151
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 25
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.3
This package is not auto-updated.
Last update: 2020-06-22 10:50:34 UTC
README
Package: aenetworks/exacttarget
Uses: ExactTargetHelper.php
General
The ExactTargetHelper is a wrapper class based on the ExactTarget PHP starter kit. The purpose of this library is to spend less time writing Exact Target code and more time working with your application.
Installation
Packagist
Add exacttarget to your composer.json
{
"require": {
"aenetworks/exacttarget": "dev-master"
}
}
Next run a composer update
$ php composer.phar update aenetworks/exacttarget
CHANGELOG
retrieveTemplate
ExacttargetHelper now can retrieve template from ExactTarget.
createEmail
ExactTargetHelper now have a createEmail($email) method which eliminates the need for calling the client create yourself.
sendEmail
ExactTargetHelper now have a sendEmail($list_id, $email_id, $send_classification_id) method which eliminates the need for calling the client sendEmail yourself.
Contributors
- Sue Park - https://github.com/spark0123