PHPackages                             goetas-webservices/wsdl-reader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. goetas-webservices/wsdl-reader

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

goetas-webservices/wsdl-reader
==============================

Pure PHP WSDL parser

v0.3.7(4y ago)10349.9k↓37.7%19[2 issues](https://github.com/goetas-webservices/wsdl-reader/issues)[3 PRs](https://github.com/goetas-webservices/wsdl-reader/pulls)5MITPHPPHP ^7.1|^8.0

Since May 14Pushed 4y ago4 watchersCompare

[ Source](https://github.com/goetas-webservices/wsdl-reader)[ Packagist](https://packagist.org/packages/goetas-webservices/wsdl-reader)[ RSS](/packages/goetas-webservices-wsdl-reader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (5)

[![Build Status](https://camo.githubusercontent.com/a7ae5c8477413748e9082fe6d4bd04ad14884d3977e588fb0c8045f8737d42fe/68747470733a2f2f7472617669732d63692e6f72672f676f657461732d77656273657276696365732f7773646c2d7265616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/goetas-webservices/wsdl-reader)[![Code Coverage](https://camo.githubusercontent.com/b5abfaaef3a77a6f2a411336ff7c743aaa5ccf88b3eab488ad161cbeb3001f76/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676f657461732d77656273657276696365732f7773646c2d7265616465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/goetas-webservices/wsdl-reader/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a31bff6b43d831dcb728f43b07c71ada0406867e0479c781db940ee4ced55791/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f676f657461732d77656273657276696365732f7773646c2d7265616465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/goetas-webservices/wsdl-reader/?branch=master)

PHP XSD Reader
==============

[](#php-xsd-reader)

Read any [WSDL 1.1](http://en.wikipedia.org/wiki/Web_Services_Description_Language) (XSD) programatically with PHP.

Installation
------------

[](#installation)

There are two recommended ways to install the `wsdl-reader` via [Composer](https://getcomposer.org/):

- 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
---------------

[](#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
----

[](#note)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community25

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 95.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~216 days

Recently: every ~332 days

Total

10

Last Release

1711d ago

PHP version history (4 changes)v0.1.0PHP ~5.4

v0.3.0PHP ^5.4|^7.0

v0.3.3PHP ^7.1

v0.3.6PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/776743?v=4)[Asmir Mustafic](/maintainers/goetas)[@goetas](https://github.com/goetas)

---

Top Contributors

[![goetas](https://avatars.githubusercontent.com/u/776743?v=4)](https://github.com/goetas "goetas (62 commits)")[![RedtreeGmbH](https://avatars.githubusercontent.com/u/3379993?v=4)](https://github.com/RedtreeGmbH "RedtreeGmbH (1 commits)")[![Toilal](https://avatars.githubusercontent.com/u/1165758?v=4)](https://github.com/Toilal "Toilal (1 commits)")[![toooni](https://avatars.githubusercontent.com/u/241080?v=4)](https://github.com/toooni "toooni (1 commits)")

---

Tags

xmlsoapxsdwebservicewsdl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/goetas-webservices-wsdl-reader/health.svg)

```
[![Health](https://phpackages.com/badges/goetas-webservices-wsdl-reader/health.svg)](https://phpackages.com/packages/goetas-webservices-wsdl-reader)
```

###  Alternatives

[amabnl/amadeus-ws-client

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

204248.5k](/packages/amabnl-amadeus-ws-client)[goetas-webservices/xsd2php

Convert XSD (XML Schema) definitions into PHP classes and JMS metadata

2411.6M37](/packages/goetas-webservices-xsd2php)[veewee/xml

XML without worries

1835.9M29](/packages/veewee-xml)[goetas-webservices/xsd2php-runtime

Convert XSD (XML Schema) definitions into PHP classes

4910.9M36](/packages/goetas-webservices-xsd2php-runtime)[goetas-webservices/xsd-reader

Read any XML Schema (XSD) programmatically with PHP

624.7M15](/packages/goetas-webservices-xsd-reader)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
