besimple/soap-common
最新稳定版本:v0.2.6
Composer 安装命令:
composer require besimple/soap-common
包简介
Build and consume SOAP Common based web services
关键字:
README 文档
README
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.
Features
- Common interfaces for SoapClient and SoapServer input/output processing flow
- MIME parser for SwA and MTOM implementation
- Soap type converters
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-common": "0.2.*@dev"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install
统计信息
- 总下载量: 2.37M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-15