2017 © Pedro Peláez
 

library php-wsdl-proxy-generator

Simple WSDL Proxy Generator

image

opensoft/php-wsdl-proxy-generator

Simple WSDL Proxy Generator

  • Tuesday, July 31, 2012
  • by fightmaster
  • Repository
  • 5 Watchers
  • 14 Stars
  • 1,793 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This package helps you generates php classes from wsdl file., (*1)

Build Status, (*2)

Installation

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

curl -s http://getcomposer.org/installer | php

Then run, (*4)

php composer.phar create-project opensoft/php-wsdl-proxy-generator path/to/install/directory

Getting started with PHP-Wsdl-Proxy-generator

php app/console

Usage: opensoft:wsdl-proxy:generate [--wsdl="..."] [--dir="..."] [--namespace="..."] [--license-path="..."], (*5)

Options: * --wsdl Path to the wsdl file * --dir The directory where to create proxy classes * --namespace The namespace of proxy classes to create * --license-path The full path to license file. Its contents will be inserted at the beginning of each generated file, (*6)

Help: The opensoft:wsdl-proxy:generate command helps you generates php classes from wsdl file., (*7)

By default, the command interacts with the developer to tweak the generation. Any passed option will be used as a default value for the interaction:, (*8)

php app/console opensoft:wsdl-proxy:generate --namespace=Acme/Wsdl

Note that you can use / instead of \ for the namespace delimiter to avoid any problem., (*9)

If you want to disable any user interaction, use --no-interaction but don't forget to pass all needed options:, (*10)

php app/console opensoft:wsdl-proxy:generate --wsdl=simple.wsdl --dir=src --namespace=Acme/Wsdl --no-interaction

The Versions

31/07 2012

dev-master

9999999-dev http://github.com/opensoft/php-wsdl-proxy-generator

Simple WSDL Proxy Generator

  Sources   Download

MIT

The Requires

 

by Dmitry Petrov

php generator proxy wsdl