2017 © Pedro Peláez
 

library wsdl-reader

Pure PHP WSDL parser

image

goetas-webservices/wsdl-reader

Pure PHP WSDL parser

  • Thursday, January 18, 2018
  • by goetas
  • Repository
  • 3 Watchers
  • 3 Stars
  • 96,267 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 8 Versions
  • 13 % Grown

The README.md

Build Status Code Coverage Scrutinizer Code Quality, (*1)

PHP XSD Reader

Read any WSDL 1.1 (XSD) programatically with PHP., (*2)

Installation

There are two recommended ways to install the wsdl-reader via Composer:, (*3)

  • using the composer require command:
composer require 'goetas-webservices/wsdl-reader'
  • adding the dependency to your composer.json file:
"require": {
    ..
    "goetas-webservices/wsdl-reader" : "~0.1",
    ..
}

Getting started

use GoetasWebservices\XML\WSDLReader\DefinitionsReader;

$reader = new DefinitionsReader();
$definitions = $reader->readFile("http://www.example.com/exaple.wsdl");

// $definitions is instance of GoetasWebservices\XML\WSDLReader\Wsdl\Definitions;
// Now you can navigate the entire WSDL structure

foreach ($definitions->getServices() as $service){

}
foreach ($definitions->getProtTypes() as $portType){

}
foreach ($definitions->getBindings() as $binding){

}
foreach ($definitions->getMessages() as $message){

}

Note

I'm sorry for the terrible english fluency used inside the documentation, I'm trying to improve it. Pull Requests are welcome., (*4)

The Versions

18/01 2018

dev-master

9999999-dev

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

18/01 2018

v0.3.3

0.3.3.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

18/01 2018

dev-schema-deps

dev-schema-deps

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

25/10 2016

v0.3.2

0.3.2.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

30/09 2016

v0.3.1

0.3.1.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

02/09 2016

v0.3.0

0.3.0.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

16/05 2016

v0.2.1

0.2.1.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl

14/05 2016

v0.1.0

0.1.0.0

Pure PHP WSDL parser

  Sources   Download

MIT

The Requires

 

The Development Requires

by Asmir Mustafic

xml soap xsd webservice wsdl