Download the PHP package payu/card-storage-client-php without Composer
On this page you can find all versions of the php package payu/card-storage-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download payu/card-storage-client-php
More information about payu/card-storage-client-php
Files in payu/card-storage-client-php
Download payu/card-storage-client-php
More information about payu/card-storage-client-php
Files in payu/card-storage-client-php
Vendor payu
Package card-storage-client-php
Short Description Card Storage PHP Client
License Apache-2.0
Homepage https://github.com/PayU/apple-pay
Package card-storage-client-php
Short Description Card Storage PHP Client
License Apache-2.0
Homepage https://github.com/PayU/apple-pay
Please rate this library. Is it a good library?
Informations about the package card-storage-client-php
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.
-
Method #1
- Run
-
Method #2
-
Add this to your composer.json
- Then install via:
-
To use the library, include Composer's autoload:
require_once('vendor/autoload.php');
To use the examples, add the following to the example script:
require_once('/path/to/vendor/autoload.php');
Manual Installation
Obtain the latest version of the PayU Card Storage Client Library with:
git clone https://github.com/PayU/card-storage-client-php.git
To use the Library, add the following to your PHP script:
require_once __DIR__ . '/path/to/card-storage-client-php/src/init.php';
To use the examples, add the following to the example script:
require_once __DIR__ . '/../src/init.php';
Getting Started
You can find usage examples in the examples directory:
- cardStorageExample.php - Minimal requirements for getting card info based on a card number
All versions of card-storage-client-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
ext-curl Version *
ext-curl Version *
The package payu/card-storage-client-php contains the following files
Loading the files please wait ....