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
- Copy src\bin\wsdl2php.php to a folder.
- Open a command prompt in that folder location.
- 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
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2017-10-16