2017 © Pedro Peláez
 

library mplus-api-client-php

PHP client for the Mplus Q-line API.

image

mplus-software/mplus-api-client-php

PHP client for the Mplus Q-line API.

  • Wednesday, July 11, 2018
  • by peterquentin
  • Repository
  • 6 Watchers
  • 6 Stars
  • 1,454 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 25 Versions
  • 59 % Grown

The README.md

mplus-api-client-php

PHP client for the Mplus Q-line API., (*1)

Install through Composer:

composer require mplus-software/mplus-api-client-php, (*2)

Example of usage:

The following script will connect to the API with your credentials and try to request the currently running version of the API., (*3)

<?php

require_once('Mplusqapiclient.php');

$mplusqapiclient = new Mplusqapiclient();
$mplusqapiclient->setApiServer($your_api_url);
$mplusqapiclient->setApiPort($your_api_port);
$mplusqapiclient->setApiFingerprint($certificate_fingerprint);
$mplusqapiclient->setApiIdent($your_api_ident);
$mplusqapiclient->setApiSecret($your_api_secret);

try {
  $mplusqapiclient->initClient();
} catch (MplusQAPIException $e) {
  exit($e->getMessage());
}

try {
  $api_version = $mplusqapiclient->getApiVersion();
  echo sprintf('Current API version: %d.%d.%d', 
    $api_version['majorNumber'], 
    $api_version['minorNumber'], 
    $api_version['revisionNumber']);
} catch (MplusQAPIException $e) {
  exit($e->getMessage());
}

Visit the Mplus Developers website for more information., (*4)

The Versions

11/07 2018

dev-master

9999999-dev

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

11/07 2018

v1.8.2

1.8.2.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

07/06 2018

v1.8.1

1.8.1.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

07/06 2018

v1.8.0

1.8.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

29/05 2018

v1.7.0

1.7.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

08/03 2018

v1.5.0

1.5.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

08/12 2017

v1.4.0

1.4.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

30/06 2017

v1.3.2

1.3.2.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

04/05 2017

v1.3.0

1.3.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

08/11 2016

v1.2.0

1.2.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

13/07 2016

v1.1.3

1.1.3.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

30/06 2016

v1.1.2

1.1.2.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

21/06 2016

v1.1.1

1.1.1.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

17/06 2016

v1.1.0

1.1.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

16/02 2016

v1.0.3

1.0.3.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

11/02 2016

v1.0.2

1.0.2.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

17/12 2015

v1.0.1

1.0.1.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

09/12 2015

v1.0.0

1.0.0.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

02/11 2015

v0.9.12

0.9.12.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

27/10 2015

v0.9.11

0.9.11.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

24/09 2015

v0.9.10

0.9.10.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

21/08 2015

v0.9.9

0.9.9.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

25/06 2015

v0.9.8

0.9.8.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

15/06 2015

v0.9.7

0.9.7.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema

15/06 2015

v0.9.6

0.9.6.0

PHP client for the Mplus Q-line API.

  Sources   Download

Unlicense

The Requires

  • php >=5.3.0
  • ext-json *
  • lib-curl *

 

by Freerk Minnema