ingenico/direct-sdk-php
最新稳定版本:7.5.0
Composer 安装命令:
composer require ingenico/direct-sdk-php
包简介
PHP SDK to communicate with the payment platform server-to-server API
关键字:
README 文档
README
Introduction
The Online Payments PHP SDK helps you to communicate with the Online Payments Server 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 Online Payments Developer Hub 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:
/srcand/lib - The source code of the unit and integration tests:
/tests
Requirements
PHP 7.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:
composer init -
Add a requirement to the SDK to your
composer.jsonfile by executing the following command:composer require wl-online-payments-direct/sdk-php -
Add
vendor/autoload.phpto your project, if this is not already done, by adding the following line of code:require __DIR__ . '/vendor/autoload.php';
Manual installation
- Download the latest version of the PHP SDK from GitHub. Choose the
sdk-php-x.y.z.tar.gzfile from the releases page, wherex.y.zis the version number. - Add the contents of the
tar.gzfile to your project. The content of the/srcand/libfolders may be combined, if this is required by the project. - Add all classes from the
/srcand/libfolders 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.disttotests/config.jsonand replace the template values by actual values - From the root of the sdk-php project,
vendor/phpunit/phpunit/phpunit(or justphpunitwhen it is already installed on your local machine)
统计信息
- 总下载量: 103.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-03