BeSimpleSoap/src/BeSimple/SoapClient
Ghislain Loaec 63111261e7 Restart fomr 0.2 2018-04-06 11:18:36 +02:00
..
Tests Restart fomr 0.2 2018-04-06 11:18:36 +02:00
.gitignore Fixed tests 2013-07-25 09:53:04 +02:00
CONTRIBUTORS.md Add 'src/BeSimple/SoapClient/' from commit '41301775bf7ca3cc8f486929c0d7484dce4c7393' 2013-07-19 16:56:20 +02:00
Curl.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
MimeFilter.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
README.md Fixed version besimple/soap-* version in README's 2013-10-30 16:49:47 +01:00
SoapClient.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
SoapClientBuilder.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
SoapKernel.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
SoapRequest.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
SoapResponse.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
WsAddressingFilter.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
WsSecurityFilter.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
WsdlDownloader.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
XmlMimeFilter.php Revert whole code to legacy 2018-04-06 10:58:45 +02:00
composer.json Restart fomr 0.2 2018-04-06 11:18:36 +02:00
phpunit.xml.dist Fixed tests which require a webserver 2013-07-24 23:40:21 +02:00

README.md

BeSimpleSoapClient

The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security.

Features (only subsets of the linked specs implemented)

  • SwA: SOAP Messages with Attachments Spec
  • MTOM: SOAP Message Transmission Optimization Mechanism Spec
  • WS-Security Spec1, Spec2
  • WS-Adressing Spec

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": {
        "besimple/soap-client": "0.2.*@dev"
    }
}

Now you are ready to install the library:

php /usr/local/bin/composer.phar install