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)597.5k—0%6[1 PRs](https://github.com/Prezent/soap-client/pulls)MITPHPPHP ^7.1|^8.0

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 1mo ago

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

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 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community14

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

957d 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://www.gravatar.com/avatar/89e726c075b8791241a5a0ff503843c7c1b81ff2ee58a2ab942fe9e66f81b059?d=identicon)[prezent](/maintainers/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

[robrichards/wse-php

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

1326.0M30](/packages/robrichards-wse-php)[econea/nusoap

Fixed NuSOAP for PHP 5.6 - 8.5

3315.5M26](/packages/econea-nusoap)[meng-tian/async-soap-guzzle

An asynchronous SOAP client build on top of Guzzle.

962.4M3](/packages/meng-tian-async-soap-guzzle)[wsdltophp/wssecurity

Allows to easily add Ws Security header to a SOAP Request

42837.2k8](/packages/wsdltophp-wssecurity)[freshcells/soap-client-bundle

SoapClientBundle for symfony

35151.0k](/packages/freshcells-soap-client-bundle)[meng-tian/soap-http-binding

A PHP library for binding SOAP messages to PSR-7 HTTP messages.

162.5M4](/packages/meng-tian-soap-http-binding)

PHPackages © 2026

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