Description
Simple WSDL to PHP classes converter. Takes a WSDL file and outputs class files ready to use.
Uses the MIT license.
wsdl2phpgenerator alternatives and similar libraries
Based on the "API" category.
Alternatively, view wsdl2phpgenerator alternatives based on common mentions on social networks and blogs.
-
API Platform
πΈοΈ Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time. -
Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API -
OverblogGraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App. -
Pinterest Bot for PHP
DISCONTINUED. This PHP library will help you to work with your Pinterest account without using any API account credentials. -
Slack for PHP
A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. -
chubbyphp-framework
A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use. -
Drest
Quickly and easily expose Doctrine entities as REST resource endpoints with the use of simple configuration with annotations, yaml, json or a PHP array. -
cidaas SDK for php
With this SDK, you can integrate cidaas smoothly and with minimal effort into your PHP application. It enables you to map the most important user flows for OAuth2 and OIDC compliant authentication. Secure β Fast β And unrivaled Swabian. -
yii2-fractal
A set of utils and actions for build API following JSON:Api specification, based on league/fractal -
icanhazstring/expressive-hashids-middleware
PSR-15/PSR-7 compliant middleware using ivanakimov/hashids.php
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of wsdl2phpgenerator or a related project?
README
wsdl2phpgenerator
Simple WSDL to PHP classes converter. Takes a WSDL file and outputs class files ready to use.
Uses the MIT license.
Announcement: We are looking to add one or two co-maintainers with commit access to help bring this project forward, review pull requests and respond to issues. If you have contributed to this project or are otherwise actively involved in open source and have a GitHub profile for review, ping @kasperg to express your interest.
New major version: 3
A new major version of wsdl2phpgenerator has recently been released: 3
This 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.
2.x users are encourage to read [a walkthrough of what is new in 3.0](docs/whats-new-in-3.0.md).
Installation
Add wsdl2phpgenerator to your project using composer:
composer require wsdl2phpgenerator/wsdl2phpgenerator
Contributors
Originally developed by @walle and includes bug fixes and improvements from various contributors.
Contributing
Pull requests are very welcome. Please read [our guidelines for contributing](CONTRIBUTING.md).
Be sure to run the test suite, the fixers and the analyzers
composer test
composer fix
composer analyse
Usage and options
See [usage and options](docs/usage-and-options.md) for info on the usage of this package.
Versioning
This project uses semantic versioning. The following constitutes the public API:
\Wsdl2PhpGenerator\GeneratorInterface
\Wsdl2PhpGenerator\ConfigInterface
- Generated code
Backwards incompatible changes to these means that the major version will be increased. Additional features and bug fixes increase minor and patch versions.
*Note that all licence references and agreements mentioned in the wsdl2phpgenerator README section above
are relevant to that project's source code only.