PHPackages                             mpluskassa/mplusqapi - 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. mpluskassa/mplusqapi

ActiveLibrary[API Development](/categories/api)

mpluskassa/mplusqapi
====================

PHP Client for the MplusKASSA SOAP API

v1.65.3(1mo ago)110.4k—1.1%MITPHPPHP &gt;=8.0

Since Nov 4Pushed 1mo agoCompare

[ Source](https://github.com/MplusKASSA/mplusqapi-php)[ Packagist](https://packagist.org/packages/mpluskassa/mplusqapi)[ RSS](/packages/mpluskassa-mplusqapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (27)Used By (0)

MplusQapiClient
===============

[](#mplusqapiclient)

This is the official PHP client for the MplusKASSA SOAP API.

```
composer require mpluskassa/mplusqapi

```

Usage
-----

[](#usage)

```
use MplusKASSA\MplusQapi\MplusApiClient;

$client = new MplusApiClient('api.mpluskassa.nl', $port, $ident, $secret);

$response = $client->getApiVersion();

echo "{$response->serviceMajorNumber}.{$response->serviceMinorNumber}.{$response->serviceRevisionNumber}";
```

Debugging
---------

[](#debugging)

To retrieve the raw SOAP XML contents of the last request and/or response that were sent, use `getLastRequest` and `getLastReponse`.

```
// ...

$response = $client->getApiVersion();

$lastRequest = $client->getLastRequest();

echo $lastRequest;

$lastResponse = $client->getLastResponse();

echo $lastResponse;
```

Features and Goals
------------------

[](#features-and-goals)

- No runtime WSDL parsing needed.
- Strict typing.
- Increased productivity.

Notes on how the WSDL is mapped to PHP
--------------------------------------

[](#notes-on-how-the-wsdl-is-mapped-to-php)

- xsd:Date and xsd:DateTime are mapped to \\DateTime
- xsd:Decimal is mapped to Brick\\BigDecimal
- SoapMplusData and SoapMplusDataTime are converted to \\DateTime
- Many longs that contain an unscaled value and their companion decimalplaces are converted to Brick\\BigDecimal
- When a list is wrapped in an object containing only that list one level of indirection is removed

Dependencies
------------

[](#dependencies)

- guzzlehttp/guzzle
- brick/math

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Recently: every ~14 days

Total

25

Last Release

56d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/046bd198af56d2ee14dee599799d1fc27cbdb0cd79534c22e9b3d494feb8556d?d=identicon)[freerk\_at\_mpluskassa](/maintainers/freerk_at_mpluskassa)

---

Top Contributors

[![freerk-mpluskassa](https://avatars.githubusercontent.com/u/44289792?v=4)](https://github.com/freerk-mpluskassa "freerk-mpluskassa (31 commits)")

### Embed Badge

![Health badge](/badges/mpluskassa-mplusqapi/health.svg)

```
[![Health](https://phpackages.com/badges/mpluskassa-mplusqapi/health.svg)](https://phpackages.com/packages/mpluskassa-mplusqapi)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[dnsimple/dnsimple

The DNSimple API client for PHP.

11190.9k1](/packages/dnsimple-dnsimple)[hardcastle/xrpl_php

PHP SDK / Client for the XRP Ledger

129.7k5](/packages/hardcastle-xrpl-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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