2017 © Pedro Peláez
 

library card-storage-client-php

Card Storage PHP Client

image

payu/card-storage-client-php

Card Storage PHP Client

  • Thursday, May 3, 2018
  • by trydocatch
  • Repository
  • 15 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Travis CI Latest Stable Version Total Downloads License, (*1)

Prerequisites

  • PHP 5.6 and above
  • curl extension with support for OpenSSL
  • PHPUnit 4.2.0 for running test suite (Optional)
  • Composer (Optional)

Composer

You can install the library via Composer. 1. Method #1 - Run, (*2)

composer require payu/card-storage-client-php
  1. Method #2
    • Add this to your composer.json
    {
      "require": {
        "payu/card-storage-client-php": "^0.1.0"
      }
    }
  • Then install via:
    composer install

To use the library, include Composer's autoload:, (*3)

require_once('vendor/autoload.php');

To use the examples, add the following to the example script:, (*4)

require_once('/path/to/vendor/autoload.php');

Manual Installation

Obtain the latest version of the PayU Card Storage Client Library with:, (*5)

git clone https://github.com/PayU/card-storage-client-php.git

To use the Library, add the following to your PHP script:, (*6)

require_once __DIR__ . '/path/to/card-storage-client-php/src/init.php';

To use the examples, add the following to the example script:, (*7)

require_once __DIR__ . '/../src/init.php';

Getting Started

You can find usage examples in the examples directory:, (*8)

  • cardStorageExample.php - Minimal requirements for getting card info based on a card number

The Versions

03/05 2018

dev-master

9999999-dev https://github.com/PayU/apple-pay

Card Storage PHP Client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6
  • ext-curl *

 

The Development Requires

api payu card storage

03/05 2018

1.0.1

1.0.1.0 https://github.com/PayU/apple-pay

Card Storage PHP Client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6
  • ext-curl *

 

The Development Requires

api payu card storage