Go to file
Ghislain Loaec 63111261e7 Restart fomr 0.2 2018-04-06 11:18:36 +02:00
src/BeSimple Restart fomr 0.2 2018-04-06 11:18:36 +02:00
.gitignore Ignore composer.phar 2018-04-06 11:06:18 +02:00
.travis.yml Revert whole code to legacy 2018-04-06 10:58:45 +02:00
README.md 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 Revert whole code to legacy 2018-04-06 10:58:45 +02:00

README.md

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

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": "0.2.*@dev"
    }
}

Now you are ready to install the library:

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