2017 © Pedro Peláez
 

library wsdl2phpgenerator-command-bundle

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

image

irontec/wsdl2phpgenerator-command-bundle

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

  • Tuesday, November 8, 2016
  • by irontec
  • Repository
  • 6 Watchers
  • 0 Stars
  • 283 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Wsdl2PhpGeneratorCommandBundle

Provides wsdl2phpgenerator/wsdl2phpgenerator (3.4) as a command on your Symfony Project ("~2.6|~3.0")., (*1)

Installation

Require the irontec/wsdl2phpgenerator-command-bundle package in your composer.json and update your dependencies., (*2)

$ composer require irontec/wsdl2phpgenerator-command-bundle

Add the Wsdl2PhpGeneratorCommandBundle to your application's kernel:, (*3)

```php public function registerBundles() { // ..., (*4)

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

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

```` You probabibly only need this bundle during development, so..., (*5)

Usage

There will be a new command available:, (*6)

$php bin/console list

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

Command usage options:, (*7)

$ 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

The Versions

08/11 2016

dev-master

9999999-dev

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

  Sources   Download

EUPL v1.1

The Requires

 

by Javier Infante

07/11 2016

v0.0.3

0.0.3.0

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

  Sources   Download

EUPL v1.1

The Requires

 

by Javier Infante

07/11 2016

v0.0.2

0.0.2.0

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

  Sources   Download

EUPL v1.1

The Requires

 

by Javier Infante

07/11 2016

v0.0.1

0.0.1.0

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

  Sources   Download

EUPL v1.1

The Requires

 

by Javier Infante