{"id":25016403,"url":"https://github.com/svennis94/php-ntlm-soap","last_synced_at":"2025-04-13T00:35:38.146Z","repository":{"id":62541730,"uuid":"98090434","full_name":"svennis94/PHP-NTLM-Soap","owner":"svennis94","description":"A composer package based on this article https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/","archived":false,"fork":false,"pushed_at":"2017-07-23T12:57:09.000Z","size":7,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T00:35:28.095Z","etag":null,"topics":["composer","navision","ntlm","ntlm-authentication","php","php7","soap"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svennis94.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-23T10:26:59.000Z","updated_at":"2023-04-14T07:01:41.000Z","dependencies_parsed_at":"2022-11-02T16:16:27.869Z","dependency_job_id":null,"html_url":"https://github.com/svennis94/PHP-NTLM-Soap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svennis94%2FPHP-NTLM-Soap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svennis94%2FPHP-NTLM-Soap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svennis94%2FPHP-NTLM-Soap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svennis94%2FPHP-NTLM-Soap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svennis94","download_url":"https://codeload.github.com/svennis94/PHP-NTLM-Soap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650450,"owners_count":21139671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","navision","ntlm","ntlm-authentication","php","php7","soap"],"created_at":"2025-02-05T09:29:26.707Z","updated_at":"2025-04-13T00:35:38.118Z","avatar_url":"https://github.com/svennis94.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP NTLM Soap Client\nA composer package based on this article https://blogs.msdn.microsoft.com/freddyk/2010/01/19/connecting-to-nav-web-services-from-php/\n\n### Usage\n\n```php\n\u003c?php namespace App\\Services;\n\nuse SeBuDesign\\NtlmSoap\\Client;\n\nclass PetsService\n{\n    public function getPetTypes()\n    {\n        $client = new Client(\n            'http://my.pets.com/WS_Pet_types', // Endpoint of the call\n            'PetService\\Username', // NTLM username\n            'pa55w0rd' // NTLM password\n        );\n        \n        $response = $client-\u003eReadMultiple(['filter' =\u003e null]); // Call the ReadMultiple Soap call with filter parameter\n        \n        var_dump($response); // All pet types\n        die();\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvennis94%2Fphp-ntlm-soap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvennis94%2Fphp-ntlm-soap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvennis94%2Fphp-ntlm-soap/lists"}