ingenico-epayments/connect-sdk-php
最新稳定版本:6.47.0
Composer 安装命令:
composer require ingenico-epayments/connect-sdk-php
包简介
PHP SDK to communicate with the Ingenico ePayments platform server-to-server API
关键字:
README 文档
README
This SDK has been rebranded to Worldline. As part of the rebranding the SDK has moved to https://github.com/Worldline-Global-Collect/connect-sdk-php.
Introduction
The Ingenico Connect PHP SDK helps you to communicate with the Ingenico Connect 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 meta data
Its use is demonstrated by an example for most calls. The examples execute a call using the provided API keys.
See the Ingenico Connect 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 (including the examples):
/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:
composer init -
Add a requirement to the SDK to your
composer.jsonfile by executing the following command:composer require ingenico-epayments/connect-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
connect-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)
ingenico-epayments/connect-sdk-php 适用场景与选型建议
ingenico-epayments/connect-sdk-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 609.64k 次下载、GitHub Stars 达 39, 最近一次更新时间为 2026 年 01 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「sdk」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ingenico-epayments/connect-sdk-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ingenico-epayments/connect-sdk-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ingenico-epayments/connect-sdk-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP SDK for the Enconvert file conversion API
支付宝开放平台v3协议文档,支持最新版PHP8+
Merchant-side PHP SDK for YoPay Pay Open API.
SDK oficial da API AurePay para PHP (tipado via OpenAPI)
SDK oficial da API AureEX para PHP (tipado via OpenAPI)
Usgm PHP Library
统计信息
- 总下载量: 609.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 40
- 点击次数: 17
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04