PHPackages                             ingenico-epayments/connect-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ingenico-epayments/connect-sdk-php

Abandoned → [worldline-global-collect/connect-sdk-php](/?search=worldline-global-collect%2Fconnect-sdk-php)ArchivedLibrary

ingenico-epayments/connect-sdk-php
==================================

PHP SDK to communicate with the Ingenico ePayments platform server-to-server API

6.47.0(2y ago)40625.6k—8.7%16[2 issues](https://github.com/Ingenico-ePayments/connect-sdk-php/issues)5MITPHPPHP &gt;=5.4

Since Mar 2Pushed 2y ago20 watchersCompare

[ Source](https://github.com/Ingenico-ePayments/connect-sdk-php)[ Packagist](https://packagist.org/packages/ingenico-epayments/connect-sdk-php)[ Docs](https://www.ingenico.com/epayments/)[ RSS](/packages/ingenico-epayments-connect-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (99)Used By (5)

Ingenico Connect PHP SDK
========================

[](#ingenico-connect-php-sdk)

**This SDK has been rebranded to Worldline. As part of the rebranding the SDK has moved to .**

Introduction
------------

[](#introduction)

The Ingenico Connect PHP SDK helps you to communicate with the [Ingenico Connect](https://epayments.developer-ingenico.com/) 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](https://epayments.developer-ingenico.com/documentation/sdk/server/php/) for more information on how to use the SDK.

Structure of this repository
----------------------------

[](#structure-of-this-repository)

This repository consists out of the following components:

1. The source code of the SDK itself: `/src` and `/lib`
2. The source code of the unit and integration tests (including the examples): `/tests`

Requirements
------------

[](#requirements)

PHP 5.4 or above is required. In addition, to support streaming uploads, package [robtimus/multipart](https://packagist.org/packages/robtimus/multipart) is required.

Installation via Composer
-------------------------

[](#installation-via-composer)

1. Initialize [Composer](https://getcomposer.org/download/) in your project, if this is not already done, by executing the following command:

    ```
    composer init

    ```
2. Add a requirement to the SDK to your `composer.json` file by executing the following command:

    ```
    composer require ingenico-epayments/connect-sdk-php

    ```
3. Add `vendor/autoload.php` to your project, if this is not already done, by adding the following line of code:

    ```
    require __DIR__ . '/vendor/autoload.php';

    ```

Manual installation
-------------------

[](#manual-installation)

1. Download the latest version of the PHP SDK from GitHub. Choose the `connect-sdk-php-x.y.z.tar.gz` file from the [releases](https://github.com/Ingenico-ePayments/connect-sdk-php/releases) page, where `x.y.z` is the version number.
2. 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.
3. Add all classes from the `/src` and `/lib` folders to your autoloader; all classes inside these folders are compliant with [PSR-4](http://www.php-fig.org/psr/psr-4/).

Development and testing
-----------------------

[](#development-and-testing)

1. Install [Composer](https://getcomposer.org/download/)
2. From the root of the sdk-php project, run `composer install`
3. Copy `tests/config.json.dist` to `tests/config.json` and replace the template values by actual values
4. From the root of the sdk-php project, `vendor/phpunit/phpunit/phpunit` (or just `phpunit` when it is already installed on your local machine)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity49

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~29 days

Total

98

Last Release

825d ago

Major Versions

1.0.0 → 2.0.02016-04-01

2.0.0 → 3.0.02016-08-05

3.0.0 → 4.0.02016-10-05

4.0.0 → 5.0.02016-11-17

5.36.0 → 6.0.02019-06-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee590fdac63677436c4c15242428152e006bb636de4b1d54a0adf477d4530c0b?d=identicon)[IngenicoEPayments](/maintainers/IngenicoEPayments)

![](https://www.gravatar.com/avatar/3e043da9b204adc71d6e23ea386d115a7d7a409a619c3f596d87f6699adfa3f9?d=identicon)[WorldLineSolutionsIO](/maintainers/WorldLineSolutionsIO)

---

Top Contributors

[![IngenicoEPayments](https://avatars.githubusercontent.com/u/16818369?v=4)](https://github.com/IngenicoEPayments "IngenicoEPayments (47 commits)")

---

Tags

globalcollectingenicoingenico-connectphp-sdksdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ingenico-epayments-connect-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/ingenico-epayments-connect-sdk-php/health.svg)](https://phpackages.com/packages/ingenico-epayments-connect-sdk-php)
```

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
