hostnet/wsdl2php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hostnet/wsdl2php

最新稳定版本:0.0.1

Composer 安装命令:

composer require hostnet/wsdl2php

包简介

wsdl2php is a tool for generating PHP 5 proxy classes that can be used to access

README 文档

README

wsdl2php is a tool for generating SoapServer/SoapClient classes from a WSDL file.

Installation

  1. Copy src\bin\wsdl2php.php to a folder.
  2. Open a command prompt in that folder location.
  3. Use wsdl2php as described below.

For Linux users, src\bin\wsdl2php is a wrapper for easier usage, copy that as well

Usage

php wsdl2php.php -i C:\path\to\WSDL

For Linux users, you can just do

wsdl2php -i /path/to/WSDL

Note: the WSDL path can also be an accessible URL.

Options

  • -o <output_dir> | directory used for output
  • -n | namespace to use
  • -g <sub_namespace> | sub-namespace to use
  • -p | use pear style Namespace - defaults to PSR-0
  • -s | generate code for server side
  • -d | turn off documentation generation
  • -v | generate all code (docs and unused)

Credits

  • Knut Urdalen - author
  • AustP - contributor
  • Joel Barciauskas - contributor
  • John Lindal - contributor

Originally cloned from http://www.urdalen.no/wsdl2php/

统计信息

  • 总下载量: 7.32k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 8
  • Forks: 24
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2017-10-16