2017 © Pedro Peláez
 

library ntlm-soap-client

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

image

matejsvajger/ntlm-soap-client

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

  • Monday, November 20, 2017
  • by matejsvajger
  • Repository
  • 1 Watchers
  • 8 Stars
  • 2,557 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 3 Open issues
  • 4 Versions
  • 54 % Grown

The README.md

ntlm-soap-client

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

PHP WDSL/Soap Client with NTLM Authentication for Microsoft Dynamics NAT Server., (*2)

Install

Via Composer, (*3)

``` bash $ composer require matejsvajger/ntlm-soap-client, (*4)


## Usage ``` php $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 <domain>/<username>:<password>. All three config items are required., (*5)

Change log

Please see CHANGELOG for more information what has changed recently., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please email hello@matejsvajger.com instead of using the issue tracker., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

20/11 2017

dev-master

9999999-dev https://github.com/matejsvajger/ntlm-soap-client

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

  Sources   Download

MIT

The Requires

 

The Development Requires

matejsvajger ntlm-soap-client

16/11 2016

v1.1.0

1.1.0.0 https://github.com/matejsvajger/ntlm-soap-client

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

  Sources   Download

MIT

The Requires

 

The Development Requires

matejsvajger ntlm-soap-client

16/11 2016

dev-develop

dev-develop https://github.com/matejsvajger/ntlm-soap-client

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

  Sources   Download

MIT

The Requires

 

The Development Requires

matejsvajger ntlm-soap-client

15/11 2016

v1.0.0

1.0.0.0 https://github.com/matejsvajger/ntlm-soap-client

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

  Sources   Download

MIT

The Requires

 

The Development Requires

matejsvajger ntlm-soap-client