2017 © Pedro Peláez
 

library exacttarget-bundle

Component library for ExactTarget API

image

druid628/exacttarget-bundle

Component library for ExactTarget API

  • Monday, April 7, 2014
  • by druid628
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4,444 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

ExactTargetBundle

Symfony bundle for Exact Target library, (*1)

Installation

Composer:

Add exacttarget-bundle to composer.json, (*2)

{
    "require": {
        "druid628/exacttarget-bundle": "1.0.1"
    }
}

php composer.phar install

AppKernel

Add ExactTargetBundle to the app/AppKernel.php file., (*3)

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:, (*4)

exact_target:
    credentials:
        username: 'yourUsername'
        password: 'yourPassword'
        server:   's4'

Usage

From any where the ServiceContainer is available you can execute:, (*5)

$etClient = $container->get('exacttarget'); 

This will return you an instance of \druid628\exactTarget\EtClient (more info), (*6)

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

The Versions

07/04 2014

dev-master

9999999-dev https://github.com/druid628/exactTargetBundle

Component library for ExactTarget API

  Sources   Download

MIT

The Requires

 

api email exact target exacttarget

07/04 2014

v1.1.0

1.1.0.0 https://github.com/druid628/exactTargetBundle

Component library for ExactTarget API

  Sources   Download

MIT

The Requires

 

api email exact target exacttarget