2017 © Pedro Peláez
 

library api-client

GoPayWin API PHP Client Bindings

image

gopaywin/api-client

GoPayWin API PHP Client Bindings

  • Friday, July 22, 2016
  • by andrewcurioso
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GoPayWin API Bindings for PHP

@awsforphp on Twitter Latest Development Version, (*1)

Installation

The GoPayWin API Client can be installed via Composer by requiring the gopaywin/api-client package in your project's composer.json., (*2)

{
    "require": {
        "gopaywin/api-client": "0.2.*@dev"
    }
}

Then run a composer update, (*3)

php composer.phar update

Configuration

$configuration = new \GoPayWin\ApiClient\Configuration();

$configuration->load_from_array(array(
  'endpoint' => \GoPayWin\ApiClient\Configuration::SANDBOX_ENDPOINT,
  'private_key' => '...',
  'publishable_key' => '...'
));

You can create custom configuration loaders by extending the \GoPayWin\ApiClient\Configuration class., (*4)

Usage

$request = new \GoPayWin\ApiClient\Request('/orders', $configuration);
$response = $request->get();

The Versions

22/07 2016

dev-master

9999999-dev http://www.gopaywin.com/

GoPayWin API PHP Client Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3

 

api ecommerce creditcard cryptocurrency gopaywin gopaywinpay

22/07 2016

dev-0.2-dev

dev-0.2-dev http://www.gopaywin.com/

GoPayWin API PHP Client Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3

 

api ecommerce creditcard cryptocurrency gopaywin gopaywinpay