cocciagialla / soap
Build and consume SOAP and WSDL based web services
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: 2025-01-18 10:31:27 UTC
README
This fork aims to provide the BeSimpleSoap bundles compatibles with Symfony 3.
We forked the official BeSimpleSoap repository in order to sucessfully maintain some projects of ours. Therefore, we are not going to maintain this library.
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": { "cadoles/soap": "0.3.*@dev" } }
Now you are ready to install the library:
php /usr/local/bin/composer.phar install