PHPackages                             prezent/soap-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. [HTTP &amp; Networking](/categories/http)
4. /
5. prezent/soap-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

prezent/soap-client
===================

Easily extendable SOAP client with WS-Addressing support

0.4.1(2y ago)599.7k↑27.6%6[1 PRs](https://github.com/Prezent/soap-client/pulls)2MITPHPPHP ^7.1|^8.0CI failing

Since Sep 13Pushed 2y ago4 watchersCompare

[ Source](https://github.com/Prezent/soap-client)[ Packagist](https://packagist.org/packages/prezent/soap-client)[ Docs](http://www.prezent.nl)[ RSS](/packages/prezent-soap-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (11)Used By (2)

Prezent SoapClient
==================

[](#prezent-soapclient)

The Prezent SoapClient is an extension to PHP's built-in SoapClient that brings easy extensability through an event dispatcher and built-in support for WS-Addressing.

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

[](#installation)

```
$ composer require prezent/soap-client

```

Example usage
-------------

[](#example-usage)

```
use Prezent\Soap\Client\SoapClient;
use Prezent\Soap\Client\Extension\WSAddressing;

$client = new SoapClient('http://example.org/wsa-server.wsdl', [
    'event_subscribers' => [
        new WSAddressing('http://example.org/return-address'),
    ],
]);

$client->someMethod('arg');
```

Documentation
-------------

[](#documentation)

The complete documentation can be found in the [doc directory](doc/index.md).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~285 days

Recently: every ~407 days

Total

10

Last Release

1002d ago

PHP version history (3 changes)0.1.0PHP ^5.5|^7.0

0.2.0PHP ^7.1

0.3.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4508883?v=4)[Prezent Internet B.V.](/maintainers/prezent)[@Prezent](https://github.com/Prezent)

---

Top Contributors

[![mergeMarc](https://avatars.githubusercontent.com/u/19610853?v=4)](https://github.com/mergeMarc "mergeMarc (4 commits)")[![sandermarechal](https://avatars.githubusercontent.com/u/145240?v=4)](https://github.com/sandermarechal "sandermarechal (2 commits)")

---

Tags

soapws-addressingwsa

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prezent-soap-client/health.svg)

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

###  Alternatives

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k853.6M8.3k](/packages/symfony-http-kernel)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[phpro/soap-client

A general purpose SoapClient library

8895.9M52](/packages/phpro-soap-client)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)[robrichards/wse-php

Libraries for adding WS-\* support to ext/soap in PHP.

1326.2M32](/packages/robrichards-wse-php)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10139.4k5](/packages/bitrix24-b24phpsdk)

PHPackages © 2026

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