besimple/soap
最新稳定版本:v0.2.6
Composer 安装命令:
composer require besimple/soap
包简介
Build and consume SOAP and WSDL based web services
关键字:
README 文档
README
Build SOAP and WSDL based web services
Components
BeSimpleSoap consists of five components ...
BeSimpleSoapBundle
The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. For further information see the README.
BeSimpleSoapClient
The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations. For further information see the README.
BeSimpleSoapServer
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapWsdl
For further information see the README.
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/soap": "0.2.*@dev"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install
统计信息
- 总下载量: 559.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 112
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-18