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

ActiveLibrary

h2oundco/ntlm-soap-client
=========================

PHP WDSL/Soap Client with NTLM Authentication for Microsoft Dynamics NAT Server.

v1.2.0(5y ago)111.6kMITPHPPHP &gt;=5.6

Since Nov 15Pushed 5y agoCompare

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

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

ntlm-soap-client
================

[](#ntlm-soap-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/657e0f566b1141dceaf1656e45f1f4150032978c9f0727911444f15b2a864c7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174656a7376616a6765722f6e746c6d2d736f61702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matejsvajger/ntlm-soap-client)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/19edfa4947863d42b6bfc85a5baa4e995e96addf30fa96508f11d7e6ec9b5c28/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6174656a7376616a6765722f6e746c6d2d736f61702d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matejsvajger/ntlm-soap-client)

PHP WDSL/Soap Client with NTLM Authentication for Microsoft Dynamics NAT Server.

Install
-------

[](#install)

Via Composer

```
$ composer require matejsvajger/ntlm-soap-client
```

Usage
-----

[](#usage)

```
$url = 'URL_TO_WEBSERVICE_WSDL';
$config = new matejsvajger\NTLMSoap\Common\NTLMConfig([
    'domain'   => 'domain',
    'username' => 'username',
    'password' => 'password'
]);

$client = new matejsvajger\NTLMSoap\Client($url, $config);

$response = $client->ReadMultiple(['filter'=>[], 'setSize'=>1]);

foreach ($response->ReadMultiple_Result->CRMContactlist as $entity) {
    print_r($entity);
}
```

**NOTE:** NTLM Authentication string looks like `/:`. *All three config items are required.*

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Matej Svajger](https://github.com/matejsvajger)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.8% 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 ~658 days

Total

3

Last Release

2148d ago

PHP version history (2 changes)v1.0.0PHP ~5.6|~7.0

v1.2.0PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3081215?v=4)[h2oundco](/maintainers/h2oundco)[@h2oundco](https://github.com/h2oundco)

---

Top Contributors

[![matejsvajger](https://avatars.githubusercontent.com/u/370837?v=4)](https://github.com/matejsvajger "matejsvajger (15 commits)")[![DavidGoodwin](https://avatars.githubusercontent.com/u/203929?v=4)](https://github.com/DavidGoodwin "DavidGoodwin (1 commits)")

---

Tags

matejsvajgerntlm-soap-client

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[matejsvajger/ntlm-soap-client

PHP WDSL/Soap Client with NTLM Authentication for Microsoft Dynamics NAT Server.

1359.1k](/packages/matejsvajger-ntlm-soap-client)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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