Analyzed about 1 month ago
Simple php utility and class library for generating classes ready to use with a web service from the wsdl file.
About wsdl2phpgenerator
Wsdl2phpgenerator generates valid php 5.3 classes with optional namespace support. It enables a fast start when about to use a webservice, just generate the
... [More]
code from the wsdl file, include the service class and start calling functions from the web service.
Wsdl2phpgenerator has support for separating the classes to multiple files inclusion guard the classes by class_exists() calls, namespaces and a option to just make one file with all classes.
CLI
The source does also contain a nice library for reading input from the command line. It has support for required parameters, optional parameters. Boolean and string parameters and generates a help [Less]