2017 © Pedro Peláez
 

library wsdl2php

BeSimple WSDL 2 PHP library

image

besimple/wsdl2php

BeSimple WSDL 2 PHP library

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

BeSimpleWsdlToPhp Build Status Coverage Status

wsdl2php - takes a WSDL document and generates PHP code from which to implement a service. The WSDL document must have a valid portType element, but it does not need to contain a binding element or a service element. It is always assumed the given doc-lit WSDLs "unwrap" nicely, (*1)

Using the optional arguments you can customize the generated code., (*2)

Installation

If you do not yet have composer, install it like this:, (*3)

curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin

Create a composer.json file:, (*4)

{
    "require": {
        "besimple/wsdl2php": "dev-master"
    }
}

Now you are ready to install the library:, (*5)

php /usr/local/bin/composer.phar install

Run

php bin/wsdl2php.php -w"myservice.wsdl"

The Versions

14/12 2016

dev-master

9999999-dev http://besim.pl

BeSimple WSDL 2 PHP library

  Sources   Download

The Requires

 

The Development Requires

by Andreas Schamberger
by Christian Kerl
by Ton Sharp

soap wsdl wsdl2php

14/12 2016

v1.0.1

1.0.1.0 http://besim.pl

BeSimple WSDL 2 PHP library

  Sources   Download

The Requires

 

The Development Requires

by Andreas Schamberger
by Christian Kerl
by Ton Sharp

soap wsdl wsdl2php

03/04 2014

v1.0.0

1.0.0.0 http://besim.pl

BeSimple WSDL 2 PHP library

  Sources   Download

The Requires

 

The Development Requires

by Andreas Schamberger
by Christian Kerl
by Ton Sharp

soap wsdl wsdl2php