venture-oak-labs / wsdl2php-generator-cli
Console Client for wsdl2phpgenerator
Package info
github.com/joaoalves89/wsdl2phpgenerator-cli
pkg:composer/venture-oak-labs/wsdl2php-generator-cli
1.0.0
2015-11-05 15:13 UTC
Requires
This package is not auto-updated.
Last update: 2026-04-29 19:21:10 UTC
README
Simple Console Client to generate php classes from a wsdl file based on Wsdl2PhpGenerator Library
Get the package using composer
composer require venture-oak-labs/wsdl2php-generator-cli
Read the full documentation at https://github.com/wsdl2phpgenerator/wsdl2phpgenerator.
Options exposed:
- inputFile https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#inputfile
- outputDir https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#outputdir
- namespaceName https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#namespacename
- operationNames https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#operationnames
- soapClientClass https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#soapclientclass
- soapClientOptions https://github.com/wsdl2phpgenerator/wsdl2phpgenerator#soapclientoptions
Examples
php application.php wsdl2php-generator --help // view the options
php application.php wsdl2php-generator http://urltowsdl?wsdl /var/www/demo/wsdl --namespaceName AcmeDemoBundle --operationNames doLoginActiveDirectory,doLoginAcme --soapClientOptions login,username --soapClientOptions password,secret