2017 © Pedro Peláez
 

library wsdl2php

wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access

image

hostnet/wsdl2php

wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access

  • Thursday, January 19, 2017
  • by hboomsma
  • Repository
  • 11 Watchers
  • 1 Stars
  • 572 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 21 Forks
  • 0 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

wsdl2php

wsdl2php is a tool for generating SoapServer/SoapClient classes from a WSDL file., (*1)

Installation

  1. Copy src\bin\wsdl2php.php to a folder.
  2. Open a command prompt in that folder location.
  3. Use wsdl2php as described below.

For Linux users, src\bin\wsdl2php is a wrapper for easier usage, copy that as well, (*2)

Usage

php wsdl2php.php -i C:\path\to\WSDL

For Linux users, you can just do, (*3)

wsdl2php -i /path/to/WSDL

Note: the WSDL path can also be an accessible URL., (*4)

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/, (*5)

The Versions

19/01 2017

dev-master

9999999-dev

wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3

 

The Development Requires

19/01 2017

0.0.1

0.0.1.0

wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3

 

The Development Requires