PHPackages                             iqv/qliro\_php\_sdk - 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. [Payment Processing](/categories/payments)
4. /
5. iqv/qliro\_php\_sdk

ActiveLibrary[Payment Processing](/categories/payments)

iqv/qliro\_php\_sdk
===================

PHP SDK for the Qliro payment API

1.1.0(1w ago)040↓100%MITPHPPHP ^8.1

Since Apr 30Pushed 1w agoCompare

[ Source](https://github.com/onesixromcom/qliro_php_sdk)[ Packagist](https://packagist.org/packages/iqv/qliro_php_sdk)[ RSS](/packages/iqv-qliro-php-sdk/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Qliro PHP SDK
=============

[](#qliro-php-sdk)

A PHP client for the [Qliro](https://www.qliro.com/) payment API, covering both the Merchant API (order creation) and the Admin API (order management and settlements).

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

[](#requirements)

- PHP 8.1+
- [Guzzle 7](https://docs.guzzlephp.org/)

Installation
------------

[](#installation)

```
composer require iqv/qliro_php_sdk
```

Quick start
-----------

[](#quick-start)

```
use Qliro\Transport\GuzzleConnector;
use Qliro\MerchantApi\Order;

// Pass true as the third argument to use the test environment.
$connector = new GuzzleConnector('your-api-key', 'your-api-secret', isTest: true);

$order = new Order($connector);
$order->create([
    'MerchantReference'                      => 'ORDER-001',
    'Currency'                               => 'SEK',
    'Country'                                => 'SE',
    'Language'                               => 'sv-SE',
    'MerchantTermsUrl'                       => 'https://example.com/terms',
    'MerchantConfirmationUrl'                => 'https://example.com/confirmation',
    'MerchantOrderManagementStatusPushUrl'   => 'https://example.com/status-push',
    'OrderItems' => [
        [
            'MerchantReference' => 'SKU-001',
            'Description'       => 'Blue sneakers',
            'Quantity'          => 1,
            'UnitPrice'         => 89.90, // Specified with 0, 1 or 2 decimals, e.g. 99, 99.9 or 99.99.
        ],
    ],
]);

echo 'Qliro order ID: ' . $order->getId() . PHP_EOL;
```

Examples
--------

[](#examples)

See the [`examples/`](examples/) directory for runnable scripts:

FileDescription[`examples/merchant_order.php`](examples/merchant_order.php)Create and update a Merchant API order[`examples/admin_order.php`](examples/admin_order.php)Fetch, ship items, and cancel an Admin API orderAPI coverage
------------

[](#api-coverage)

ClassDescription`Qliro\MerchantApi\Order`Create, update, and fetch merchant orders`Qliro\AdminApi\Order`Manage orders: ship, return, cancel, add items`Qliro\AdminApi\Settlement`Query settlements by date range`Qliro\AdminApi\Payment`Query transaction data`Qliro\AdminApi\OrderItemStatus`Constants: `RESERVE`, `CAPTURE`, `REFUND``Qliro\AdminApi\SettlementStatus`Constants: `ACCEPTED`, `REJECTED`, `PENDING`Environments
------------

[](#environments)

EnvironmentBase URLProduction`https://payments.qit.nu/`Test`https://pago.qit.nu/`Pass `true` as the third constructor argument of `GuzzleConnector` to target the test environment.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance98

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

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

Total

2

Last Release

10d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/40408624a419d262a814842894aaded6fca0ab880327389e89e047a2f73ec036?d=identicon)[andriic](/maintainers/andriic)

---

Top Contributors

[![onesixromcom](https://avatars.githubusercontent.com/u/16732145?v=4)](https://github.com/onesixromcom "onesixromcom (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/iqv-qliro-php-sdk/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.9k496.1k32](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3751.2M45](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

788.3M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k11](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.4M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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