{"id":13624000,"url":"https://github.com/wsdl2phpgenerator/wsdl2phpgenerator","last_synced_at":"2025-12-30T03:41:02.846Z","repository":{"id":44687785,"uuid":"502867","full_name":"wsdl2phpgenerator/wsdl2phpgenerator","owner":"wsdl2phpgenerator","description":"Simple utility and class library for generating php classes from a wsdl file.","archived":true,"fork":false,"pushed_at":"2023-03-17T10:39:47.000Z","size":3645,"stargazers_count":810,"open_issues_count":114,"forks_count":332,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-05T09:34:59.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wsdl2phpgenerator.github.io/wsdl2phpgenerator","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/wsdl2phpgenerator.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2010-02-04T20:54:41.000Z","updated_at":"2025-02-15T08:06:42.000Z","dependencies_parsed_at":"2022-07-18T15:00:36.510Z","dependency_job_id":"b63a272e-64d3-48ee-b320-08f489026324","html_url":"https://github.com/wsdl2phpgenerator/wsdl2phpgenerator","commit_stats":{"total_commits":393,"total_committers":53,"mean_commits":7.415094339622642,"dds":0.4631043256997456,"last_synced_commit":"75cde20cf43fcfc9091b07e87290b5430bbd695f"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdl2phpgenerator%2Fwsdl2phpgenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdl2phpgenerator%2Fwsdl2phpgenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdl2phpgenerator%2Fwsdl2phpgenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdl2phpgenerator%2Fwsdl2phpgenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wsdl2phpgenerator","download_url":"https://codeload.github.com/wsdl2phpgenerator/wsdl2phpgenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248596778,"owners_count":21130763,"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-08-01T21:01:37.739Z","updated_at":"2025-12-17T23:24:43.232Z","avatar_url":"https://github.com/wsdl2phpgenerator.png","language":"PHP","funding_links":[],"categories":["Table of Contents","目录","PHP","REST和API","SOAP","API API"],"sub_categories":["API"],"readme":"# wsdl2phpgenerator\n[![Latest Stable Version](https://poser.pugx.org/wsdl2phpgenerator/wsdl2phpgenerator/v/stable.png)](https://packagist.org/packages/wsdl2phpgenerator/wsdl2phpgenerator)\n[![Build Status](https://travis-ci.org/wsdl2phpgenerator/wsdl2phpgenerator.svg?branch=master)](https://travis-ci.org/wsdl2phpgenerator/wsdl2phpgenerator)\n[![Code Coverage](https://scrutinizer-ci.com/g/wsdl2phpgenerator/wsdl2phpgenerator/badges/coverage.png?s=91798255fd973950b1e2d7478f99d6f6f80cf6da)](https://scrutinizer-ci.com/g/wsdl2phpgenerator/wsdl2phpgenerator/)\n[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/wsdl2phpgenerator/wsdl2phpgenerator/badges/quality-score.png?s=23e602a86f75a79a2f1013caac99558f2464ce74)](https://scrutinizer-ci.com/g/wsdl2phpgenerator/wsdl2phpgenerator/)\n[![Dependency Status](https://www.versioneye.com/user/projects/52697615632bac67b2002e93/badge.png)](https://www.versioneye.com/user/projects/52697615632bac67b2002e93)\n\nSimple WSDL to PHP classes converter. Takes a WSDL file and outputs class files ready to use.\n\nUses the [MIT license](http://www.opensource.org/licenses/mit-license.php).\n\n## Maintenance status\n\nThis is no longer actively maintained.\n\nIf you are looking for a PHP library to work with SOAP, you might want to try [`phpro/soap-client`](https://github.com/phpro/soap-client).\n\nIf you are currently using `wsdl2phpgenerator` and want to continue using it, consider forking the project and maintain it yourself.\n\n## New major version: 3\n\nA new major version of wsdl2phpgenerator has recently been released: 3\n\nThis introduces changes to both configuration and generated code. The changes makes it more flexible to use, easier to include in other projects, promotes contributions and reduces maintenance.\n\n2.x users are encourage to read [a walkthrough of what is new in 3.0](docs/whats-new-in-3.0.md).\n\n## Installation\n\nAdd wsdl2phpgenerator to your project using [composer](https://getcomposer.org/doc/00-intro.md):\n```bash\ncomposer require wsdl2phpgenerator/wsdl2phpgenerator\n```\n\n## Contributors\nOriginally developed by [@walle](https://github.com/walle) and includes bug fixes and improvements from [various contributors](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/graphs/contributors).\n\n### Contributing\nPull requests are very welcome. Please read [our guidelines for contributing](CONTRIBUTING.md).\n\nBe sure to run the test suite, the fixers and the analyzers\n```bash\ncomposer test\ncomposer fix\ncomposer analyse\n```\n\n## Usage and options\n\nSee [usage and options](docs/usage-and-options.md) for info on the usage of this package.\n\n## Versioning\n\nThis project uses [semantic versioning](http://semver.org/). The following constitutes the public API:\n\n  * `\\Wsdl2PhpGenerator\\GeneratorInterface`\n  * `\\Wsdl2PhpGenerator\\ConfigInterface`\n  * Generated code\n\nBackwards incompatible changes to these means that the major version will be increased. Additional features and bug fixes increase minor and patch versions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdl2phpgenerator%2Fwsdl2phpgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsdl2phpgenerator%2Fwsdl2phpgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdl2phpgenerator%2Fwsdl2phpgenerator/lists"}