2017 © Pedro Peláez
 

library api

Php API SDK for Signedpay payment gateway

image

signedpay/api

Php API SDK for Signedpay payment gateway

  • Thursday, October 6, 2016
  • by ypppa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,455 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 29 % Grown

The README.md

SignedPay API

This library provides basic API options of SignedPay payment gateway., (*1)

Installation

With Composer

$ composer require signedpay/api
{
    "require": {
        "signedpay/api": "~1.0"
    }
}

Usage

<?php

use Signedpay\API\Api;

$api = new Api('YourMerchantId', 'YourPrivateKey');

$response = $api->charge(['SomePaymentAttributes from API reference']);

The Versions

06/10 2016

dev-ypa

dev-ypa

Php API SDK for Signedpay payment gateway

  Sources   Download

MIT

The Requires

 

by Yuri Gaidoba

27/02 2016

dev-master

9999999-dev

Php API SDK for Signedpay payment gateway

  Sources   Download

MIT

The Requires

 

by Yuri Gaidoba

27/02 2016

dev-dev

dev-dev

Php API SDK for Signedpay payment gateway

  Sources   Download

MIT

The Requires

 

by Yuri Gaidoba

27/02 2016

v1.1

1.1.0.0

Php API SDK for Signedpay payment gateway

  Sources   Download

MIT

The Requires

 

by Yuri Gaidoba

05/02 2016

v1.0

1.0.0.0

Php API SDK for Signedpay payment gateway

  Sources   Download

MIT

The Requires

 

by Yuri Gaidoba