Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/svennis94/php-ntlm-soap
- Owner: svennis94
- License: mit
- Created: 2017-07-23T10:26:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T12:57:09.000Z (over 7 years ago)
- Last Synced: 2025-01-16T10:06:41.929Z (20 days ago)
- Topics: composer, navision, ntlm, ntlm-authentication, php, php7, soap
- Language: PHP
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
}
}
```