Download the PHP package druid628/exacttarget-bundle without Composer
On this page you can find all versions of the php package druid628/exacttarget-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download druid628/exacttarget-bundle
More information about druid628/exacttarget-bundle
Files in druid628/exacttarget-bundle
Download druid628/exacttarget-bundle
More information about druid628/exacttarget-bundle
Files in druid628/exacttarget-bundle
Vendor druid628
Package exacttarget-bundle
Short Description Component library for ExactTarget API
License MIT
Homepage https://github.com/druid628/exactTargetBundle
Package exacttarget-bundle
Short Description Component library for ExactTarget API
License MIT
Homepage https://github.com/druid628/exactTargetBundle
Please rate this library. Is it a good library?
Informations about the package exacttarget-bundle
ExactTargetBundle
Symfony bundle for Exact Target library
Installation
Composer:
Add exacttarget-bundle to composer.json
{
"require": {
"druid628/exacttarget-bundle": "1.0.1"
}
}
php composer.phar install
AppKernel
Add ExactTargetBundle to the app/AppKernel.php file.
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Druid628\ExactTarget\ExactTargetBundle\ExactTargetBundle(),
)
}
}
Configuration
In your app/config/config.yml add the following entries with your correct information:
exact_target:
credentials:
username: 'yourUsername'
password: 'yourPassword'
server: 's4'
Usage
From any where the ServiceContainer is available you can execute:
$etClient = $container->get('exacttarget');
This will return you an instance of \druid628\exactTarget\EtClient (more info)
CHANGELOG
- v1.0.0 - DO NOT USE - Initial Commit Contained Namespace issues
- v1.1.0 - Added simple documentation (@druid628) and Corrected Namespace issues (@rk3rn3r)
Contributors
- Micah Breedlove - https://github.com/druid628 - @druid628
- René Kerner - https://github.com/rk3rn3r
All versions of exacttarget-bundle with dependencies
PHP Build Version
Package Version
The package druid628/exacttarget-bundle contains the following files
Loading the files please wait ....