Work in progress!
Command line application wrapper for the wsdl2phpgenerator library. Takes a WSDL file and outputs PHP class files ready to use.
Uses the MIT licence.
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.
Originally developed by @walle and includes bugfixes and improvements from @vakopian, @statikbe, @ecolinet, @nuth, @chriskl, @RSully, @jrbasso, @dypa, @Lafriks and @kasperg.
Pull requests are very welcome. Please read our guidelines for contributing.
There is a mailing list for the project at https://groups.google.com/forum/#!forum/wsdl2phpgenerator
Getting a cli version of wsdl2phpgenerator 3 is a work in progress.
To use the last version of wsdl2phpgenerator 2 follow these steps:
- Download wsdl2phpgenerator-2.5.5.phar
- Run
php wsdl2phpgenerator-2.5.5.phar -i input.wsdl -o tmp/my/directory/wsdl
The directory is created if possible.
This project mirrors the versioning of the wsdl2phpgenerator library. A new release of the library will incur a new release of the CLI app with a similar name.