PHPackages                             ntholenaar/multisafepay-client - 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. ntholenaar/multisafepay-client

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

ntholenaar/multisafepay-client
==============================

MultiSafepay payment processing library

0.2.3(9y ago)07.0k[1 issues](https://github.com/nielstholenaar/multisafepay-client/issues)1MITPHP

Since Aug 24Pushed 5y ago3 watchersCompare

[ Source](https://github.com/nielstholenaar/multisafepay-client)[ Packagist](https://packagist.org/packages/ntholenaar/multisafepay-client)[ RSS](/packages/ntholenaar-multisafepay-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (8)Used By (1)

This repository is unmaintained.
================================

[](#this-repository-is-unmaintained)

Please see the official multisafepay client()

MultiSafepay API Client
=======================

[](#multisafepay-api-client)

[![Build Status](https://camo.githubusercontent.com/b143ee2ff1f9dca4de895c8d6484d9630be31bcf8264486faa4f4f52ff73f9c4/68747470733a2f2f7472617669732d63692e6f72672f6e69656c7374686f6c656e6161722f6d756c7469736166657061792d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nielstholenaar/multisafepay-client) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/5585715f3873388aeafcdc19bc65b2997adab0dedd759b74bf00be5070f503f6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69656c7374686f6c656e6161722f6d756c7469736166657061792d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nielstholenaar/multisafepay-client/?branch=master)

API Client for the MultiSafepay API.

For more information about the MultiSafepay API see:

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

[](#requirements)

The following versions of PHP are supported.

- PHP 5.6
- PHP 7.0
- HTTPlug compatible HTTP Library. (See: )

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

[](#installation)

You can use `composer require` to add the client to your `composer.json` file.

```
$ composer require ntholenaar/multisafepay-client

```

Usage
-----

[](#usage)

### Client setup.

[](#client-setup)

```
    $client = new Client();

    $client->setApiKey('API-KEY');
```

### Get all gateways

[](#get-all-gateways)

```
    $response = $client->environment('test')->api('gateways')->all();

    var_dump($response);
```

### Get issuers for an particular gateway.

[](#get-issuers-for-an-particular-gateway)

```
    $response = $client->environment('test')->api('issuers')->all('IDEAL');

    var_dump($response);
```

### Get details about an particular order.

[](#get-details-about-an-particular-order)

```
    $response = $client->environment('test')->api('orders')->show('ORDER-ID');

    var_dump($response);
```

Credits
-------

[](#credits)

- [Niels Tholenaar](https://github.com/nielstholenaar)
- [PCextreme](https://github.com/pcextreme)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~72 days

Total

7

Last Release

3308d ago

### Community

Maintainers

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

---

Top Contributors

[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")[![nielstholenaar](https://avatars.githubusercontent.com/u/3084962?v=4)](https://github.com/nielstholenaar "nielstholenaar (2 commits)")

---

Tags

api-clientgatewaymultisafepaypaymentsclientmultisafepay

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ntholenaar-multisafepay-client/health.svg)

```
[![Health](https://phpackages.com/badges/ntholenaar-multisafepay-client/health.svg)](https://phpackages.com/packages/ntholenaar-multisafepay-client)
```

###  Alternatives

[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28146.3k](/packages/phpro-http-tools)[php-http/httplug-bundle

Symfony integration for HTTPlug

38921.5M59](/packages/php-http-httplug-bundle)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k30.2M177](/packages/mailgun-mailgun-php)[omnipay/common

Common components for Omnipay payment processing library

34219.7M1.1k](/packages/omnipay-common)[razorpay/ifsc

Razorpay IFSC Codes Library

385204.4k](/packages/razorpay-ifsc)[laudis/neo4j-php-client

Neo4j-PHP-Client is the most advanced PHP Client for Neo4j

185671.3k41](/packages/laudis-neo4j-php-client)

PHPackages © 2026

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