besimple/soap-server
最新稳定版本:v0.2.6
Composer 安装命令:
composer require besimple/soap-server
包简介
Build and consume SOAP Server based web services
关键字:
README 文档
README
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security.
Features (only subsets of the linked specs implemented)
- SwA: SOAP Messages with Attachments Spec
- MTOM: SOAP Message Transmission Optimization Mechanism Spec
- WS-Security Spec1, Spec2
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-server": "0.2.*@dev"
}
}
Now you are ready to install the library:
php /usr/local/bin/composer.phar install
统计信息
- 总下载量: 196.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 3
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-15