PHPackages                             worldline-acquiring/acquiring-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. [API Development](/categories/api)
4. /
5. worldline-acquiring/acquiring-sdk-php

ActiveLibrary[API Development](/categories/api)

worldline-acquiring/acquiring-sdk-php
=====================================

PHP SDK to communicate with the Worldline Acquiring platform using the Worldline Acquiring API

1.3.1(11mo ago)08MITPHPPHP &gt;=7.4

Since Sep 20Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/Worldline-Acquiring/acquiring-sdk-php)[ Packagist](https://packagist.org/packages/worldline-acquiring/acquiring-sdk-php)[ Docs](https://worldline.com/)[ RSS](/packages/worldline-acquiring-acquiring-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Worldline Acquiring PHP SDK
===========================

[](#worldline-acquiring-php-sdk)

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

[](#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](https://docs.acquiring.worldline-solutions.com/Developer-Tools/sdk/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: `/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 worldline-acquiring/acquiring-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 `acquiring-sdk-php-x.y.z.tar.gz` file from the [releases](https://github.com/Worldline-Acquiring/acquiring-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

29

—

LowBetter than 60% of packages

Maintenance53

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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 ~48 days

Recently: every ~40 days

Total

6

Last Release

353d ago

Major Versions

0.1.0 → 1.0.02024-12-11

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/4294bc53e7085eed02c3d217becf6fabdae67234434131b696899cd7fefc8937?d=identicon)[WorldlineAcquiring](/maintainers/WorldlineAcquiring)

---

Top Contributors

[![WorldlineSolutionsIO](https://avatars.githubusercontent.com/u/148752086?v=4)](https://github.com/WorldlineSolutionsIO "WorldlineSolutionsIO (1 commits)")

---

Tags

php-sdkworldlineworldline-acquiringsdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/worldline-acquiring-acquiring-sdk-php/health.svg)

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

###  Alternatives

[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

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

PHPackages © 2026

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