Download the PHP package irontec/wsdl2phpgenerator-command-bundle without Composer
On this page you can find all versions of the php package irontec/wsdl2phpgenerator-command-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irontec/wsdl2phpgenerator-command-bundle
More information about irontec/wsdl2phpgenerator-command-bundle
Files in irontec/wsdl2phpgenerator-command-bundle
Download irontec/wsdl2phpgenerator-command-bundle
More information about irontec/wsdl2phpgenerator-command-bundle
Files in irontec/wsdl2phpgenerator-command-bundle
Vendor irontec
Package wsdl2phpgenerator-command-bundle
Short Description Provides wsdl2phpgenerator/wsdl2phpgenerator as a command on your Symfony Project.
License EUPL-1.1
Package wsdl2phpgenerator-command-bundle
Short Description Provides wsdl2phpgenerator/wsdl2phpgenerator as a command on your Symfony Project.
License EUPL-1.1
Please rate this library. Is it a good library?
Informations about the package wsdl2phpgenerator-command-bundle
Wsdl2PhpGeneratorCommandBundle
Provides wsdl2phpgenerator/wsdl2phpgenerator (3.4) as a command on your Symfony Project ("~2.6|~3.0").
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:
` You probabibly only need this bundle during development, so...
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
All versions of wsdl2phpgenerator-command-bundle with dependencies
PHP Build Version
Package Version
Requires
wsdl2phpgenerator/wsdl2phpgenerator Version
3.5.*
symfony/framework-bundle Version 3.* || 4.*
symfony/console Version 3.* || 4.*
ext-soap Version *
symfony/framework-bundle Version 3.* || 4.*
symfony/console Version 3.* || 4.*
ext-soap Version *
The package irontec/wsdl2phpgenerator-command-bundle contains the following files
Loading the files please wait ....