dgreda/soap

This package is abandoned and no longer maintained. No replacement package was suggested.

Build and consume SOAP and WSDL based web services

v0.3.2 2016-12-09 08:08 UTC

This package is not auto-updated.

Last update: 2023-03-18 17:33:08 UTC


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