PHPackages                             wimski/soap-ntlm - 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. wimski/soap-ntlm

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

wimski/soap-ntlm
================

SOAP client with NTLM authentication support

1.0.0(3y ago)0658MITPHPPHP ^8.1

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wimski/soap-ntlm)[ Packagist](https://packagist.org/packages/wimski/soap-ntlm)[ Docs](https://github.com/wimski/soap-ntlm)[ RSS](/packages/wimski-soap-ntlm/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

[![PHPStan](https://github.com/wimski/soap-ntlm/actions/workflows/phpstan.yml/badge.svg)](https://github.com/wimski/soap-ntlm/actions/workflows/phpstan.yml)[![PHPUnit](https://github.com/wimski/soap-ntlm/actions/workflows/phpunit.yml/badge.svg)](https://github.com/wimski/soap-ntlm/actions/workflows/phpunit.yml)[![Coverage Status](https://camo.githubusercontent.com/af379983fb6c3b7349ee94df2dee71500911eaf0abb7fecd56002203a651f94f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f77696d736b692f736f61702d6e746c6d2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/wimski/soap-ntlm?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/15d9341a7d6aa59b3c98522b9bd4fcfb307d4f45a588667fc3ed3d39e6a5dfde/687474703a2f2f706f7365722e707567782e6f72672f77696d736b692f736f61702d6e746c6d2f76)](https://packagist.org/packages/wimski/soap-ntlm)

Soap with NTLM
==============

[](#soap-with-ntlm)

SOAP client with NTLM authentication support.

- [Changelog](#changelog)
- [Install](#install)
- [Usage](#usage)

Changelog
---------

[](#changelog)

[View the changelog.](./CHANGELOG.md)

Install
-------

[](#install)

```
composer require wimski/soap-ntlm
```

Usage
-----

[](#usage)

```
use Wimski\Curl\CurlResourceFactory;
use Wimski\SoapNtlm\ClientFactory;
use Wimski\SoapNtlm\NtlmService;
use Wimski\SoapNtlm\NtlmServiceConfig;
use Wimski\SoapNtlm\Stream\NtlmStreamWrapperFactory;

$curlResourceFactory = new CurlResourceFactory();

$config = new NtlmServiceConfig(
    'wsdl-uri',
    'ntlm-auth-username',
    'ntlm-auth-password',
    ['default' => 'option'],
);

$service = new NtlmService(
    $config,
    new ClientFactory($curlResourceFactory),
    new NtlmStreamWrapperFactory($curlResourceFactory),
);

$response = $service->request(
    'soap-endpoint',
    'action-function',
    ['some' => 'parameter'],
    ['extra' => 'option'],
);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

1353d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12373573?v=4)[Wim Reckman](/maintainers/wimski)[@wimski](https://github.com/wimski)

---

Top Contributors

[![WimWidgets](https://avatars.githubusercontent.com/u/19149909?v=4)](https://github.com/WimWidgets "WimWidgets (3 commits)")

---

Tags

soapNTLM

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wimski-soap-ntlm/health.svg)

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

###  Alternatives

[econea/nusoap

Fixed NuSOAP for PHP 5.6 - 8.5

3395.8M28](/packages/econea-nusoap)[robrichards/wse-php

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

1346.3M33](/packages/robrichards-wse-php)[meng-tian/async-soap-guzzle

An asynchronous SOAP client build on top of Guzzle.

992.5M4](/packages/meng-tian-async-soap-guzzle)[wsdltophp/wssecurity

Allows to easily add Ws Security header to a SOAP Request

42879.9k8](/packages/wsdltophp-wssecurity)[meng-tian/soap-http-binding

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

162.6M4](/packages/meng-tian-soap-http-binding)[sebudesign/php-ntlm-soap

Composer based package of https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/

1174.1k](/packages/sebudesign-php-ntlm-soap)

PHPackages © 2026

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