PHPackages                             itmh/wsdl-types-resolver - 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. itmh/wsdl-types-resolver

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

itmh/wsdl-types-resolver
========================

WSDL types resolver

v1.1.6(9y ago)0150MITPHPPHP ^5.6 || ^7.0

Since Apr 28Pushed 9y ago6 watchersCompare

[ Source](https://github.com/itmh/wsdl-types-resolver)[ Packagist](https://packagist.org/packages/itmh/wsdl-types-resolver)[ RSS](/packages/itmh-wsdl-types-resolver/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

### wsdl-types-resolver

[](#wsdl-types-resolver)

Библиотека для извлечения типов функции по WSDL.

[![Latest Stable Version](https://camo.githubusercontent.com/a9d2e5b7837c26e86b004f2a16fe43db37a6aa999d76ed36d7effa42d4e04d70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69746d682f7773646c2d74797065732d7265736f6c7665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/itmh/wsdl-types-resolver)

##### Пример использования

[](#пример-использования)

```
$soapClient = new SoapClient('http://www.webservicex.com/globalweather.asmx?WSDL');
$resolver = new Resolver(
    (new FunctionParser($soapClient->__getFunctions()))->getFunctions(),
    (new TypeParser($soapClient->__getTypes()))->getTypes()
);
print_r($resolver->resolve('GetWeather'));
```

```
Array
(
    [arguments] => Array
        (
            [0] => Array
                (
                    [CityName] => string
                    [CountryName] => string
                )

        )

    [result] => Array
        (
            [GetWeatherResult] => string
        )

)

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~14 days

Total

9

Last Release

3604d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d40c2da0e10d1357863c73ba553fc6d6db623e06bdf684e3b9e8f877d06b98ea?d=identicon)[chshanovskiy](/maintainers/chshanovskiy)

---

Top Contributors

[![chshanovskiy](https://avatars.githubusercontent.com/u/8307163?v=4)](https://github.com/chshanovskiy "chshanovskiy (6 commits)")

### Embed Badge

![Health badge](/badges/itmh-wsdl-types-resolver/health.svg)

```
[![Health](https://phpackages.com/badges/itmh-wsdl-types-resolver/health.svg)](https://phpackages.com/packages/itmh-wsdl-types-resolver)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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