2017 © Pedro Peláez
 

library litmus

Sdk for the Litmus Customer RESTful API

image

gee1web/litmus

Sdk for the Litmus Customer RESTful API

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Litmus PHP library

Build Status, (*1)

PHP Implementation of the Litmus Customer RESTful API to test email and web pages on many email clients and browsers., (*2)

Install

composer require gee1web/litmus

Examples

Set Litmus API credentials:, (*3)

use Geelweb\Litmus\Litmus;

Litmus::setAPICredentials(
    'your_api_key',
    'your_api_credential',
    'your_api_password');

Get the email clients availables for tests:, (*4)

$clients = Litmus::getEmailClients();

Get the clients availables to test web-pages:, (*5)

$clients = Litmus::getPageClients();

Create a page test on Safari 2 and IE7:, (*6)

Litmus::createPageTest(array(
    'applications' => array('saf2', 'ie7'),
    'url' => 'http://geelweb.org',
));

The Versions

22/05 2017

dev-master

9999999-dev

Sdk for the Litmus Customer RESTful API

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

by Guillaume Luchet

24/04 2017

dev-instant-api

dev-instant-api

Sdk for the Litmus Customer RESTful API

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Guillaume Luchet

24/04 2017

1.0.2

1.0.2.0

Sdk for the Litmus Customer RESTful API

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Guillaume Luchet

14/01 2017

1.0.1

1.0.1.0

Sdk for the Litmus Customer RESTful API

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Guillaume Luchet

14/01 2017

1.0.0

1.0.0.0

Sdk for the Litmus Customer RESTful API

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by Guillaume Luchet