{"id":37008825,"url":"https://github.com/talliumcom/sumatra-php-soap-client","last_synced_at":"2026-01-14T00:50:26.079Z","repository":{"id":57064852,"uuid":"140433904","full_name":"talliumcom/sumatra-php-soap-client","owner":"talliumcom","description":"SOAP Client for Sumatra","archived":false,"fork":true,"pushed_at":"2018-07-13T13:37:28.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-18T00:12:16.818Z","etag":null,"topics":["client","php7","soap","sumatra"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/a2ncer/sumatra-php-soap-client","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"a2ncer/sumatra-php-soap-client","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/talliumcom.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":"2018-07-10T13:10:05.000Z","updated_at":"2018-07-13T13:37:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/talliumcom/sumatra-php-soap-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/talliumcom/sumatra-php-soap-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talliumcom%2Fsumatra-php-soap-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talliumcom%2Fsumatra-php-soap-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talliumcom%2Fsumatra-php-soap-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talliumcom%2Fsumatra-php-soap-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talliumcom","download_url":"https://codeload.github.com/talliumcom/sumatra-php-soap-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talliumcom%2Fsumatra-php-soap-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["client","php7","soap","sumatra"],"created_at":"2026-01-14T00:50:25.793Z","updated_at":"2026-01-14T00:50:26.069Z","avatar_url":"https://github.com/talliumcom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Installs](https://img.shields.io/packagist/dt/talliumcom/sumatra-php-soap-client.svg)](https://packagist.org/packages/talliumcom/sumatra-php-soap-client/stats)\n[![Packagist](https://img.shields.io/packagist/php-v/talliumcom/sumatra-php-soap-client.svg)](https://packagist.org/packages/talliumcom/sumatra-php-soap-client)\n\n\n## SOAP Client for Sumatra\n\n### Requirements\n\n* php \u003e7.1\n* ext-soap \n* ext-xml\n\n### Installation\n```bash\ncomposer require talliumcom/sumatra-php-soap-client:dev-master\n```\n\n### Usage \n```php\n\u003c?php\n\ninclude_once 'vendor/autoload.php';\n\nuse Sumatra\\SumatraClientFactory;\nuse Sumatra\\Type\\Kunden_einwilligung_argument;\n\n$wsdl = 'http://example.com/sumatra.wsdl';\n$username = 'username';\n$password = 'password';\n$options = []; // @see http://php.net/manual/en/soapclient.soapclient.php#refsect1-soapclient.soapclient-parameters\n\n$client = SumatraClientFactory::factory(\n    $wsdl,\n    $username,\n    $password,\n    $options\n);\n\n$argument = (new Kunden_einwilligung_argument())\n    -\u003ewithBegruendung('John Snow')\n    -\u003ewithAnrede('Herr')\n    -\u003ewithNewsletter(true)\n    -\u003ewithZuname('Albrecht')\n    -\u003ewithEmail('test@example.com');\n\ntry {\n    $response = $client-\u003ekunden_einwilligung($argument);\n\n    echo $response-\u003egetStatus()-\u003egetInformation();\n} catch (Exception $exception) {\n    echo $exception-\u003egetMessage();\n}\n```\n\n\n### Development Setup\n\n```bash\ncomposer install --ignore-platform-reqs \ndocker-compose up -d\ndocker-compose exec php bash\napt-get update\napt-get install libxml2-dev -y\ndocker-php-ext-install soap\nphp -S 0.0.0.0:80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalliumcom%2Fsumatra-php-soap-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalliumcom%2Fsumatra-php-soap-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalliumcom%2Fsumatra-php-soap-client/lists"}