smartbox / besimple-soap
Build and consume SOAP and WSDL based web services
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-11-05 14:46:06 UTC
README
Build SOAP and WSDL based web services
Components
BeSimpleSoap consists of five components ...
BeSimpleSoapBundle
The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. For further information see the README.
BeSimpleSoapClient
The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapCommon
The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations. For further information see the README.
BeSimpleSoapServer
The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security. For further information see the README.
BeSimpleSoapWsdl
For further information see the README.
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": { "smartbox/besimple-soap": "dev-master" } }
Now you are ready to install the library:
php /usr/local/bin/composer.phar install