2017 © Pedro Peláez
 

library simon-php

A PHP HTTP Client conforming to the HAL hypermedia type for the Simon Payments processing API

image

simon-payments/simon-php

A PHP HTTP Client conforming to the HAL hypermedia type for the Simon Payments processing API

  • Tuesday, March 28, 2017
  • by rserna2010
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simon Client

Circle CI, (*1)

Requirements

PHP 5.4 and later., (*2)

Composer

You can install the bindings via Composer. Run the following command:, (*3)

composer require simon-payments/simon-php

To use the bindings, use Composer's autoload:, (*4)

require_once('vendor/autoload.php');

Getting Started

require('/path/to/Simon/Settings.php');
require('/path/to/Simon/Bootstrap.php');

use \Simon\Settings;
use \Simon\Bootstrap;

Settings::configure([
    "root_url" => "https://api-staging.simonpayments.com",
    "username" => 'US6UjNRgFDxXY24GqPKajTtk',
    "password" => '04b5f38a-bae6-4d31-9267-c77a5620a26c'
]);

Bootstrap::init();

See the tests for more details., (*5)

Running tests

./vendor/bin/phpunit, (*6)

See circle.yml for more details., (*7)

The Versions

28/03 2017

dev-master

9999999-dev

A PHP HTTP Client conforming to the HAL hypermedia type for the Simon Payments processing API

  Sources   Download

Apache2

The Requires

 

The Development Requires