PHPackages                             capdigital/ntlmsoapclient - 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. capdigital/ntlmsoapclient

ActiveSymfony-bundle

capdigital/ntlmsoapclient
=========================

NTLM Soap Client

v1.0.2(7y ago)095Apache-2.0PHPPHP &gt;=5.3.0

Since Mar 10Pushed 7y agoCompare

[ Source](https://github.com/capdigital/NTLMSoapClient)[ Packagist](https://packagist.org/packages/capdigital/ntlmsoapclient)[ Docs](https://github.com/capdigital/NTLMSoapClient)[ RSS](/packages/capdigital-ntlmsoapclient/feed)WikiDiscussions master Synced 1mo ago

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

NTLMSoapClient
==============

[](#ntlmsoapclient)

Installation par composer :
---------------------------

[](#installation-par-composer-)

composer require capdigital/ntlmsoapclient

Configuration si symfony-receip ne fonctionne pas :
---------------------------------------------------

[](#configuration-si-symfony-receip-ne-fonctionne-pas-)

1. Activer l'analyse du fichier de configuration en allant dans /config/bundles.php et intégrer la ligne :
    Capdigital\\NtlmSoapClient\\CapdigitalNTLMSoapClient::class =&gt; \['all' =&gt; true\]
2. Créer le fichier de configuration dans /config/packages/capdigital\_ntlm\_soap\_client.yaml contenant :
    capdigital\_ntlm\_soap\_client:
     url: ""
     port: "xxxx"
     server: "SERVER\_NAME"
     society: "SOCIETY\_NAME"
     user: "DOMAINE\\USER"
     password: "PASSWORD"
3. Utilisation du service dans un controller :
     use Capdigital\\NtlmSoapClient\\Service\\CapdigitalNtlmSoapClient as serviceNtlmSoapClient;
     class maClass
     {

 mafonction(serviceNtlmSoapClient $serviceNtlmSoapClient)
 {
 $service = $serviceNtlmSoapClient-&gt;connect($wsName, $deleteSociety = true);
 ou
 $service = $serviceNtlmSoapClient-&gt;connect($wsName);
 }

 } 4. Exemple :
     mafonction(serviceNtlmSoapClient $serviceNtlmSoapClient)
     {
     $service = $serviceNtlmSoapClient-&gt;connect('SystemService', $deleteSociety = true);
     $result = $client-&gt;Companies();
     $companies = $result-&gt;return\_value;
     echo "Companies:
    ";
     if (is\_array($companies)) {
     foreach($companies as $company) {
     echo "$company
    ";
     }
     $cur = $companies\[0\];
     }
     else {
     echo "$companies
    ";
     $cur = $companies;
     }
     }

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2616d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c5a48dd5387c31e742f1a97fd9b987714711bf71de8cd8770e1a3f0bed837b2?d=identicon)[Capdigital](/maintainers/Capdigital)

---

Top Contributors

[![capdigital](https://avatars.githubusercontent.com/u/35917182?v=4)](https://github.com/capdigital "capdigital (107 commits)")

---

Tags

soapwebservicesNTLMdynamicsNAV

### Embed Badge

![Health badge](/badges/capdigital-ntlmsoapclient/health.svg)

```
[![Health](https://phpackages.com/badges/capdigital-ntlmsoapclient/health.svg)](https://phpackages.com/packages/capdigital-ntlmsoapclient)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)

PHPackages © 2026

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