PHPackages                             irontec/wsdl2phpgenerator-command-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. irontec/wsdl2phpgenerator-command-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

irontec/wsdl2phpgenerator-command-bundle
========================================

Provides wsdl2phpgenerator/wsdl2phpgenerator as a command on your Symfony Project.

v1.1.1(7y ago)03.0k1EUPL-1.1PHP

Since Nov 7Pushed 7y ago16 watchersCompare

[ Source](https://github.com/irontec/wsdl2phpgenerator-command)[ Packagist](https://packagist.org/packages/irontec/wsdl2phpgenerator-command-bundle)[ RSS](/packages/irontec-wsdl2phpgenerator-command-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (9)Used By (0)

Wsdl2PhpGeneratorCommandBundle
==============================

[](#wsdl2phpgeneratorcommandbundle)

Provides [wsdl2phpgenerator/wsdl2phpgenerator (3.4)](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) as a command on your Symfony Project ("~2.6|~3.0").

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

[](#installation)

Require the `irontec/wsdl2phpgenerator-command-bundle` package in your composer.json and update your dependencies.

```
$ composer require irontec/wsdl2phpgenerator-command-bundle

```

Add the Wsdl2PhpGeneratorCommandBundle to your application's kernel:

```
    public function registerBundles()
    {
        // ...

        if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
            // ...

            $bundles[] = new Irontec\Wsdl2PhpGeneratorCommandBundle\Wsdl2PhpGeneratorCommandBundle(),
        );
        // ...
    }
```

*You probabibly only need this bundle during development, so...*

Usage
-----

[](#usage)

There will be a new command available:

```
$php bin/console list

// ...
wsdl2phpgenerator
 wsdl2phpgenerator:generate              Provides wsdl2phpgenerator/wsdl2phpgenerator as a command on your Symfony Project.

```

Command usage options:

```
$ php bin/console wsdl2phpgenerator:generate --help
Options:
  -i, --input=INPUT                     Input WSDL URL [Required*]
  -o, --output=OUTPUT                   Output Directory for self generated classes [Required*]
      --namespace[=NAMESPACE]           Class Namespace "Class\Example"
  -p, --proxy[=PROXY]                   URL-like format proxy settings
      --shared-types                    sharedTypes option set to true
      --constructorParamsDefaultToNull  constructorParamsDefaultToNull value set to true

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 52.9% 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 ~115 days

Recently: every ~7 days

Total

8

Last Release

2711d ago

Major Versions

v0.0.3 → v1.0.02018-12-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b8f8acc87c4c4b64661a2bb5ff97db1f731d47af7b94a2db1b09ae25ce90b04?d=identicon)[irontec](/maintainers/irontec)

---

Top Contributors

[![jabiinfante](https://avatars.githubusercontent.com/u/2393956?v=4)](https://github.com/jabiinfante "jabiinfante (9 commits)")[![nataliaAznar](https://avatars.githubusercontent.com/u/5814228?v=4)](https://github.com/nataliaAznar "nataliaAznar (7 commits)")[![ddniel16](https://avatars.githubusercontent.com/u/7371341?v=4)](https://github.com/ddniel16 "ddniel16 (1 commits)")

### Embed Badge

![Health badge](/badges/irontec-wsdl2phpgenerator-command-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/irontec-wsdl2phpgenerator-command-bundle/health.svg)](https://phpackages.com/packages/irontec-wsdl2phpgenerator-command-bundle)
```

###  Alternatives

[symfony/ai-bundle

Integration bundle for Symfony AI components

31502.8k20](/packages/symfony-ai-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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