{"id":17291921,"url":"https://github.com/veewee/demo-soap-client","last_synced_at":"2025-03-26T19:16:00.123Z","repository":{"id":145900857,"uuid":"122360588","full_name":"veewee/demo-soap-client","owner":"veewee","description":"A demo of the new phpro/soap-client code generation tools","archived":false,"fork":false,"pushed_at":"2018-02-26T19:12:56.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T00:57:45.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veewee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["veewee"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-02-21T16:19:42.000Z","updated_at":"2018-04-19T13:23:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"92aec18b-8ddc-454e-974e-3b060f29ed33","html_url":"https://github.com/veewee/demo-soap-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdemo-soap-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdemo-soap-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdemo-soap-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veewee%2Fdemo-soap-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veewee","download_url":"https://codeload.github.com/veewee/demo-soap-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245718784,"owners_count":20661161,"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":[],"created_at":"2024-10-15T10:42:15.841Z","updated_at":"2025-03-26T19:16:00.105Z","avatar_url":"https://github.com/veewee.png","language":"PHP","funding_links":["https://github.com/sponsors/veewee"],"categories":[],"sub_categories":[],"readme":"# Soap-client demo\n\n## Install dependencies\n\n```sh\ncomposer install\n```\n\n## Run code generation wizard\n\n```sh\n$ ./vendor/bin/soap-client wizard\n```\n\n## Example code generation wizard\n```\n Where would you like to store your config file? [config/soap-client.php]:\n \u003e config/soap-client.php\n\n Wsdl location (URL or path to file):\n \u003e resources/weather.wsdl\n\n Generic name used to name this client (Results in \u003cname\u003eClient \u003cname\u003eClassmap etc.):\n \u003e Weather\n\n Directory where the client should be generated in:\n \u003e src\n\n Namespace for your client:\n \u003e WeatherService\n\n This tool can set some basic code generation rules. This requires some knowledge of the SOAP service.\nTake a look at the message section in the WSDL. Are you able to match request and response elements based on keywords?\nThese keywords are used in a case insensitive regex match with '/' delimiters, escape accordingly! (yes/no) [no]:\n \u003e yes\n\n Keyword for matching request objects []:\n \u003e ^Get.*(?\u003c!Response$)$\n\n Keyword for matching response objects []:\n \u003e Response$\n```\n\n## Run tests\n\nIf you used the settings mentioned above, you are able to run the e2e tests.\n\n```sh\n$ composer test\n```\n\n## Want to generate a more advanced codebase?\n\n*Note:* this will generate slightly different classes so the unit tests won't work. Try to fix them to see how the models behave.\n\n```sh\n$ composer generate -- --config='config/advanced-soap-client.php'\n```\n\n## Clear generated code\n\nWant to remove the generated code? No problem, just run\n\n````sh\n$ composer clear\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveewee%2Fdemo-soap-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveewee%2Fdemo-soap-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveewee%2Fdemo-soap-client/lists"}