wsdl2php is a tool for generating proxy classes that can be used to access Web services from a PHP 5 program.
| Tags | Software Development Code Generators |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: The tool now supports enumeration and classmap and makes use of the new __soapCall() method instead of the deprecated __call() method. The output is now in a single file. The release process was automated with Phing and interoperability testing was started using PHPUnit.