besimple/wsdl2php
Composer 安装命令:
composer require besimple/wsdl2php
包简介
BeSimple WSDL 2 PHP library
关键字:
README 文档
README
wsdl2php - takes a WSDL document and generates PHP code from which to implement a service. The WSDL document must have a valid portType element, but it does not need to contain a binding element or a service element. It is always assumed the given doc-lit WSDLs "unwrap" nicely
Using the optional arguments you can customize the generated code.
Installation
If you do not yet have composer, install it like this:
curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin
Create a composer.json file:
{
"require": {
"besimple/wsdl2php": "dev-master"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install
Run
php bin/wsdl2php.php -w"myservice.wsdl"
统计信息
- 总下载量: 32.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-04-05