Skip to content

Installation

Jeremy Zhang edited this page Oct 19, 2016 · 1 revision

Installation

Packagist

Add zikezhang/exacttarget to your composer.json

{
    "require": {
            "zikezhang/exacttarget": "dev-master"
    }
}

Next run a composer update

$ php composer.phar update zikezhang/exacttarget
Clone this wiki locally