Download the PHP package hostnet/wsdl2php without Composer
On this page you can find all versions of the php package hostnet/wsdl2php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hostnet/wsdl2php
More information about hostnet/wsdl2php
Files in hostnet/wsdl2php
Download hostnet/wsdl2php
More information about hostnet/wsdl2php
Files in hostnet/wsdl2php
Vendor hostnet
Package wsdl2php
Short Description wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access
License LGPL-3.0+
Package wsdl2php
Short Description wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access
License LGPL-3.0+
Please rate this library. Is it a good library?
Informations about the package wsdl2php
wsdl2php
wsdl2php is a tool for generating SoapServer/SoapClient classes from a WSDL file.
Installation
- Copy src\bin\wsdl2php.php to a folder.
- Open a command prompt in that folder location.
- Use wsdl2php as described below.
For Linux users, src\bin\wsdl2php is a wrapper for easier usage, copy that as well
Usage
php wsdl2php.php -i C:\path\to\WSDL
For Linux users, you can just do
wsdl2php -i /path/to/WSDL
Note: the WSDL path can also be an accessible URL.
Options
- -o
| directory used for output - -n
| namespace to use - -g
| sub-namespace to use - -p | use pear style Namespace - defaults to PSR-0
- -s | generate code for server side
- -d | turn off documentation generation
- -v | generate all code (docs and unused)
Credits
- Knut Urdalen - author
- AustP - contributor
- Joel Barciauskas - contributor
- John Lindal - contributor
Originally cloned from http://www.urdalen.no/wsdl2php/
All versions of wsdl2php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package hostnet/wsdl2php contains the following files
Loading the files please wait ....