Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svennis94/php-ntlm-soap

A composer package based on this article https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/
https://github.com/svennis94/php-ntlm-soap

composer navision ntlm ntlm-authentication php php7 soap

Last synced: about 9 hours ago
JSON representation

A composer package based on this article https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/

Awesome Lists containing this project

README

        

# PHP NTLM Soap Client
A composer package based on this article https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/

### Usage

```php
ReadMultiple(['filter' => null]); // Call the ReadMultiple Soap call with filter parameter

var_dump($response); // All pet types
die();
}
}
```