2017 © Pedro Peláez
 

library atrium-php

Atrium MX REST API SDK. PHP client.

image

mxenabled/atrium-php

Atrium MX REST API SDK. PHP client.

  • Thursday, January 11, 2018
  • by shubinmi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Atrium-PHP

A PHP wrapper for the MX Atrium API. In order to make requests, you will need to sign up for the MX Atrium API and get a MX-API-KEY and a MX-CLIENT-ID., (*1)

Usage

Then configure your instance with the following. (The ENVIRONMENT will be either vestibule.mx.com for the development environment or atrium.mx.com for the production environment.), (*2)

use AtriumMX\AtriumClient;
$atriumClient = new AtriumClient('ENVIRONMENT', 'YOUR_MX_API_KEY', 'YOUR_MX_CLIENT_ID');

Examples

The /examples directory contains various workflows and code snippets. You will first need to modify the line shown below in each example with the environment, YOUR-MX-API-KEY, and YOUR-MX-CLIENT-ID before running., (*3)

$atriumClient = new AtriumClient('ENVIRONMENT', 'YOUR_MX_API_KEY', 'YOUR_MX_CLIENT_ID');

The Versions

11/01 2018

dev-master

9999999-dev https://github.com/mxenabled/atrium-php

Atrium MX REST API SDK. PHP client.

  Sources   Download

MIT License

The Requires

  • php >=5.6

 

api rest sdk client mx atrium

11/01 2018

1.0.1

1.0.1.0 https://github.com/mxenabled/atrium-php

Atrium MX REST API SDK. PHP client.

  Sources   Download

MIT License

The Requires

  • php >=5.6

 

api rest sdk client mx atrium

29/12 2017

1.0.0

1.0.0.0 https://github.com/mxenabled/atrium-php

Atrium MX REST API SDK. PHP client.

  Sources   Download

MIT License

The Requires

  • php >=5.6

 

api rest sdk client mx atrium