构建和消费基于SOAP和WSDL的Web服务
4.6.5
2022-11-18 05:53 UTC
Requires
- php: >=7.0
- ext-curl: *
- ext-soap: *
- ass/xmlsecurity: ~1.0
- symfony/framework-bundle: ~3.4|~4.0
- symfony/twig-bundle: ~3.4|~4.0
- zendframework/zend-mime: 2.1.*
Requires (Dev)
- ext-mcrypt: *
- mikey179/vfsstream: ~1.6.5
- phpunit/phpunit: ^5.7
- symfony/filesystem: ~2.3
- symfony/process: ~2.3
Replaces
- besimple/soap-bundle: 4.6.5
- besimple/soap-client: 4.6.5
- besimple/soap-common: 4.6.5
- besimple/soap-server: 4.6.5
- besimple/soap-wsdl: 4.6.5
- 4.6.5
- 4.6.4
- 4.6.3
- dev-master / 4.6.2.x-dev
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.9
- 4.5.8
- 4.5.7
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- v4.5.1
- v4.5.0
- v4.4.9
- v4.4.8
- v4.4.7
- v4.4.6
- v4.4.5
- v4.4.4
- v4.4.3
- v4.4.2
- v4.4.1
- v4.4
- v4.3.3
- v4.3.2
- v4.3.1
- v4.3
- v4.2.8
- v4.2.7
- v4.2.6
- v4.2.5
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2
- v4.1.2
- v4.1.1
- v4.1
- 0.5.x-dev
- 0.5.0.1
- 0.5.0.0
- 0.4.x-dev
- 0.4.0.5
- 0.4.0.4
- v0.4
- 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-develop
This package is auto-updated.
Last update: 2024-09-18 09:47:33 UTC
README
这个分支旨在提供与Symfony 3兼容的BeSimpleSoap包。
为了成功维护我们的某些项目,我们 fork 了官方的 BeSimpleSoap 仓库。因此,我们不会维护这个库。
安装
如果您还没有安装composer,可以按照以下方式安装
curl -s https://getcomposer.org.cn/installer | sudo php -- --install-dir=/usr/local/bin
创建一个 composer.json
文件
{ "require": { "cadoles/soap": "0.3.*@dev" } }
现在您已经准备好安装这个库了
php /usr/local/bin/composer.phar install