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

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

msurkov16/ntlm-soap-client
==========================

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

v1.0.4(2y ago)0292MITPHPPHP ~5.6|~8.0

Since Nov 1Pushed 2y agoCompare

[ Source](https://github.com/MSurkov16/ntlm-soap-client)[ Packagist](https://packagist.org/packages/msurkov16/ntlm-soap-client)[ Docs](https://github.com/matejsvajger/ntlm-soap-client)[ RSS](/packages/msurkov16-ntlm-soap-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)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 msurkov16/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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~0 days

Total

5

Last Release

922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/460f61c0ad66def08843fc4208168e3572cb05ee79789980b0521eed321da211?d=identicon)[MSurkov](/maintainers/MSurkov)

---

Top Contributors

[![matejsvajger](https://avatars.githubusercontent.com/u/370837?v=4)](https://github.com/matejsvajger "matejsvajger (15 commits)")[![MSurkov16](https://avatars.githubusercontent.com/u/85111633?v=4)](https://github.com/MSurkov16 "MSurkov16 (5 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/msurkov16-ntlm-soap-client/health.svg)

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

###  Alternatives

[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[matejsvajger/ntlm-soap-client

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

1359.1k](/packages/matejsvajger-ntlm-soap-client)[api-platform/openapi

Models to build and serialize an OpenAPI specification.

353.3M48](/packages/api-platform-openapi)[api-platform/json-schema

Generate a JSON Schema from a PHP class

273.4M26](/packages/api-platform-json-schema)[handcraftedinthealps/rest-routing-bundle

This bundle provides automatic route registration for the Controllers

582.0M2](/packages/handcraftedinthealps-rest-routing-bundle)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

9230.2k4](/packages/bitrix24-b24phpsdk)

PHPackages © 2026

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