2017 © Pedro Peláez
 

library mailingwork

Integration for mailingwork api.

image

b-connect/mailingwork

Integration for mailingwork api.

  • Thursday, February 15, 2018
  • by erik.seifert
  • Repository
  • 3 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

mailingwork

Installation

This project is not published on packagist till now., (*1)

composer require bconnect/mailingwork

Usage

$client = \bconnect\MailingWork\Client::getClient('user', 'pass');
try {
  $listId = $client->api('list')->createList("Api created list");
  $recipient = $client->api('recipient')->getRecipientById(5);
} catch (\bconnect\MailingWork\ApiException $ex) {
  print "Error ocurred";
}

Clients

The Versions

15/02 2018

dev-master

9999999-dev http://b-connect.de/

Integration for mailingwork api.

  Sources   Download

The Requires

 

The Development Requires

by Erik Seifert

api newsletter mailingwork bconnect

15/02 2018

0.0.4

0.0.4.0 http://b-connect.de/

Integration for mailingwork api.

  Sources   Download

The Requires

 

The Development Requires

by Erik Seifert

api newsletter mailingwork bconnect

24/01 2018

0.0.3

0.0.3.0 http://b-connect.de/

Integration for mailingwork api.

  Sources   Download

The Requires

 

The Development Requires

by Erik Seifert

api newsletter mailingwork bconnect

15/11 2017

0.0.2

0.0.2.0 http://b-connect.de/

Integration for mailingwork api.

  Sources   Download

The Requires

 

The Development Requires

by Erik Seifert

api newsletter mailingwork bconnect

15/11 2017

0.0.1

0.0.1.0 http://b-connect.de/

Integration for mailingwork api.

  Sources   Download

The Requires

 

The Development Requires

by Erik Seifert

api newsletter mailingwork bconnect