PHPackages                             koreychenko/php-wsdl-generator - 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. [API Development](/categories/api)
4. /
5. koreychenko/php-wsdl-generator

ActiveLibrary[API Development](/categories/api)

koreychenko/php-wsdl-generator
==============================

Yet another PHP WSDL generator

0.1.4(5y ago)01301MITPHPPHP &gt;=7.1.0

Since Nov 14Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Koreychenko/php-wsdl-generator)[ Packagist](https://packagist.org/packages/koreychenko/php-wsdl-generator)[ RSS](/packages/koreychenko-php-wsdl-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (7)Used By (0)

php-wsdl-generator
==================

[](#php-wsdl-generator)

Yet another PHP WSDL generator

Main webwervice description class
---------------------------------

[](#main-webwervice-description-class)

```
/**
 * @desc    Webservice description
 *
 */
class TestWebserviceDescription
{

    /**
     * @WebMethod
     * @desc First Webservice Method
     *
     * @return \Class\Namespace\DataClass $data minOccurs="1" maxOccurs="1"
     */
    public function GetData()
    {
        $data = new \Class\Namespace\DataClass();

        return $data;
    }
}
```

Get WSDL from webservice description class
------------------------------------------

[](#get-wsdl-from-webservice-description-class)

```
$path = 'http://example.com';
$nameSpace = 'http://example.com';
$wsdl = new WsdlGeneratorService(TestWebserviceDescription::class, $path, $nameSpace);
$result = $wsdl->getXml();
header("Content-Type: text/xml");
echo $result;
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~50 days

Total

5

Last Release

2172d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2026421?v=4)[Max Koreychenko](/maintainers/koreychenko)[@Koreychenko](https://github.com/Koreychenko)

---

Top Contributors

[![korusdev](https://avatars.githubusercontent.com/u/51703141?v=4)](https://github.com/korusdev "korusdev (5 commits)")[![Koreychenko](https://avatars.githubusercontent.com/u/2026421?v=4)](https://github.com/Koreychenko "Koreychenko (1 commits)")

---

Tags

phpsoapwsdl1c

### Embed Badge

![Health badge](/badges/koreychenko-php-wsdl-generator/health.svg)

```
[![Health](https://phpackages.com/badges/koreychenko-php-wsdl-generator/health.svg)](https://phpackages.com/packages/koreychenko-php-wsdl-generator)
```

###  Alternatives

[camcima/camcima-soap-client

Wrapper around PHP SoapClient class

2672.0k2](/packages/camcima-camcima-soap-client)[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[skautis/skautis

Library for API calls to SkautIS

1329.7k4](/packages/skautis-skautis)

PHPackages © 2026

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