Download the PHP package worldline-acquiring/acquiring-sdk-php without Composer
On this page you can find all versions of the php package worldline-acquiring/acquiring-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download worldline-acquiring/acquiring-sdk-php
More information about worldline-acquiring/acquiring-sdk-php
Files in worldline-acquiring/acquiring-sdk-php
Package acquiring-sdk-php
Short Description PHP SDK to communicate with the Worldline Acquiring platform using the Worldline Acquiring API
License MIT
Homepage https://worldline.com/
Informations about the package acquiring-sdk-php
Worldline Acquiring PHP SDK
Introduction
The Worldline Acquiring PHP SDK helps you to communicate with the Worldline Acquiring API. Its primary features are:
- convenient PHP wrapper around the API calls and responses:
- marshalls PHP request objects to HTTP requests
- unmarshalls HTTP responses to PHP response objects or PHP exceptions
- handling of all the details concerning authentication
- handling of required metadata
See the Worldline Acquiring Documentation for more information on how to use the SDK.
Structure of this repository
This repository consists out of the following components:
- The source code of the SDK itself:
/src
and/lib
- The source code of the unit and integration tests:
/tests
Requirements
PHP 5.4 or above is required. In addition, to support streaming uploads, package robtimus/multipart is required.
Installation via Composer
-
Initialize Composer in your project, if this is not already done, by executing the following command:
-
Add a requirement to the SDK to your
composer.json
file by executing the following command: - Add
vendor/autoload.php
to your project, if this is not already done, by adding the following line of code:
Manual installation
- Download the latest version of the PHP SDK from GitHub. Choose the
acquiring-sdk-php-x.y.z.tar.gz
file from the releases page, wherex.y.z
is the version number. - Add the contents of the
tar.gz
file to your project. The content of the/src
and/lib
folders may be combined, if this is required by the project. - Add all classes from the
/src
and/lib
folders to your autoloader; all classes inside these folders are compliant with PSR-4.
Development and testing
- Install Composer
- From the root of the sdk-php project, run
composer install
- Copy
tests/config.json.dist
totests/config.json
and replace the template values by actual values - From the root of the sdk-php project,
vendor/phpunit/phpunit/phpunit
(or justphpunit
when it is already installed on your local machine)
All versions of acquiring-sdk-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
robtimus/multipart Version ~1.0