wsdl2phpgenerator / wsdl2phpgenerator
Simple class library for generating php classes from a wsdl file.
Installs: 2 295 952
Dependents: 46
Suggesters: 2
Security: 0
Stars: 802
Watchers: 38
Forks: 326
Open Issues: 114
Requires
- php: >=5.3.0
- ext-soap: *
- symfony/options-resolver: ~2.6|~3.0
- symfony/polyfill-iconv: ^1.2
Requires (Dev)
- kasperg/phing-github: 0.2.*
- phing/phing: ~2.7
- php-vcr/php-vcr: 1.2 - 1.2.7|^1.3.1
- php-vcr/phpunit-testlistener-vcr: ~1.1.2
- phpunit/phpunit: ~4.4
- psr/log: ~1.0
- symfony/yaml: ~2.1
This package is auto-updated.
Last update: 2023-02-23 17:37:44 UTC
README
Simple WSDL to PHP classes converter. Takes a WSDL file and outputs class files ready to use.
Uses the MIT license.
Maintenance status
This is no longer actively maintained.
If you are looking for a PHP library to work with SOAP, you might want to try phpro/soap-client
.
If you are currently using wsdl2phpgenerator
and want to continue using it, consider forking the project and maintain it yourself.
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.
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.
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 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.