2017 © Pedro Peláez
 

library crossriver-php

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

image

crossriverbank/crossriver-php

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

  • Thursday, January 4, 2018
  • by maserna2
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Crossriver Client

CircleCI, (*1)

Requirements

PHP 5.4 and later., (*2)

Issues

Please use appropriately tagged github issues to request features or report bugs., (*3)

Composer

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

composer require crossriverbank/crossriver-php

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

require_once('vendor/autoload.php');

Getting Started

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

use \Crossriver\Settings;
use \Crossriver\Bootstrap;

Settings::configure([
    "root_url" => "https://api.sandbox.crb.finixpayments.com",
    "username" => "USq8mEqvcj1h5oKACLxBaR5N",
    "password" => "18288a65-3fec-481f-8cad-e924a31a0347"
]);

Bootstrap::init();

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

Running tests

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

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

The Versions

04/01 2018

dev-master

9999999-dev

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

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Cross River Bank

04/01 2018

1.0.2

1.0.2.0

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

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Cross River Bank

29/12 2017

1.0.1

1.0.1.0

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

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Cross River Bank

29/12 2017

dev-circleci

dev-circleci

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

  Sources   Download

Apache2

The Requires

 

The Development Requires

by Cross River Bank