dgreda / soap
Build and consume SOAP and WSDL based web services
Requires
- php: >=5.3.0
- ext-curl: *
- ext-soap: *
- ass/xmlsecurity: ~1.0
- symfony/framework-bundle: ~2.6|~3.0
- symfony/twig-bundle: ~2.6|~3.0
- zendframework/zend-mime: 2.1.*
Requires (Dev)
- ext-mcrypt: *
- mikey179/vfsstream: ~1.0
- symfony/filesystem: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
Replaces
- besimple/soap-bundle: v0.3.2
- besimple/soap-client: v0.3.2
- besimple/soap-common: v0.3.2
- besimple/soap-server: v0.3.2
- besimple/soap-wsdl: v0.3.2
README
This is fork of apparently abandoned BeSimple/BeSimpleSoap library to make it work with Symfony 3.
BeSimpleSoap
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 with composer
If you do not yet have composer, install it like this:
composer require dgreda/soap v0.3.1