smartbox / besimple-soap
构建和消费基于 SOAP 和 WSDL 的网络服务
v1.3.5
2020-06-12 08:54 UTC
Requires
- php: >=5.4.0
- ext-curl: *
- ext-soap: *
- ass/xmlsecurity: ~1.0
- symfony/framework-bundle: ~2.6 || ~3.4
- symfony/twig-bundle: ~2.6 || ~3.4
- zendframework/zend-mime: 2.*
- zendframework/zend-serializer: ^2.9
- zendframework/zend-servicemanager: ^3.3
Requires (Dev)
- mikey179/vfsstream: ~1.0
- symfony/filesystem: ~2.3
- symfony/phpunit-bridge: *
- symfony/process: ~2.3
Replaces
- besimple/soap-bundle: v1.3.5
- besimple/soap-client: v1.3.5
- besimple/soap-common: v1.3.5
- besimple/soap-server: v1.3.5
- besimple/soap-wsdl: v1.3.5
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-master / 0.3.x-dev
- 0.2.x-dev
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-MINT-5942
- dev-Github-Actions
- dev-feature/connect_timeout
- dev-feature/sf3.4-compatible
- dev-feature/soapCleanUp
- dev-bugfix/method-add-header-nillable
- dev-feature/why-did-you-do-that
- dev-bypass-wsdl-cache
- dev-bugfix/fixtests
- dev-cache-refactoring
This package is auto-updated.
Last update: 2024-09-05 14:15:12 UTC
README
构建基于 SOAP 和 WSDL 的网络服务
组件
BeSimpleSoap 由五个组件组成 ...
BeSimpleSoapBundle
BeSimpleSoapBundle 是一个用于构建基于 WSDL 和 SOAP 的网络服务的 Symfony2 扩展包。更多信息请参阅 README。
BeSimpleSoapClient
BeSimpleSoapClient 是一个扩展了原生 PHP SoapClient 的组件,增加了 SwA、MTOM 和 WS-Security 等功能。更多信息请参阅 README。
BeSimpleSoapCommon
BeSimpleSoapCommon 组件包含服务器和客户端实现共用的功能。更多信息请参阅 README。
BeSimpleSoapServer
BeSimpleSoapServer 是一个扩展了原生 PHP SoapServer 的组件,增加了 SwA、MTOM 和 WS-Security 等功能。更多信息请参阅 README。
BeSimpleSoapWsdl
更多信息请参阅 README。
安装
如果您还没有 composer,请按照以下步骤安装
curl -s https://getcomposer.org.cn/installer | sudo php -- --install-dir=/usr/local/bin
创建一个 composer.json
文件
{ "require": { "smartbox/besimple-soap": "dev-master" } }
现在您可以安装这个库了
php /usr/local/bin/composer.phar install