2017 © Pedro Peláez
 

library php-dotmailer

A library that allows integration with the dotMailer API.

image

philipnorton42/php-dotmailer

A library that allows integration with the dotMailer API.

  • Friday, January 6, 2017
  • by philipnorton42
  • Repository
  • 2 Watchers
  • 4 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

PHP-Dotmailer

A class to interact with the dotMailer API. In order to use this class you will need an account (with API access) from dotMailer (http://www.dotmailer.com)., (*1)

Usage:, (*2)

To get up and running just provide the class with your API username and password;, (*3)

$dotmailer = new DotMailer('username', 'password');

You can then interact with the methods using the same method names as described in the API documentation (http://www.dotmailer.co.uk/api/). For example to list all address books on your account just use the following, (*4)

$addressBooks = $dotmailer->ListAddressBooks();
foreach ($addressBooks as $book) {
    print $book->ID  . ' => ' . $book->Name . PHP_EOL;
}

Not all API methods are implemented just yet, but more will follow., (*5)

This project was sponsored by Access (http://www.accessadvertising.co.uk), (*6)

The Versions

06/01 2017

dev-master

9999999-dev http://www.hashbangcode.com

A library that allows integration with the dotMailer API.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Philip Norton

mail dotmailer

03/07 2015

dev-dev

dev-dev http://www.hashbangcode.com

A library that allows integration with the dotMailer API.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Philip Norton

mail dotmailer

03/07 2015

0.1

0.1.0.0 http://www.hashbangcode.com

A library that allows integration with the dotMailer API.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

by Philip Norton

mail dotmailer