Go to file
Francis Besset 60e3714602 [SoapBundle][SoapCommon] Removed unused TypeRepository in Definition\Method classes 2013-12-08 00:23:30 +01:00
src/BeSimple [SoapBundle][SoapCommon] Removed unused TypeRepository in Definition\Method classes 2013-12-08 00:23:30 +01:00
.gitignore Reorganized directories structure 2013-07-19 17:01:55 +02:00
.travis.yml Merge branch 'wsse' of https://github.com/aschamberger/BeSimpleSoap into aschamberger-wsse 2013-10-30 17:00:44 +01:00
README.md Fixed version besimple/soap-* version in README's 2013-10-30 16:49:47 +01:00
composer.json Merge remote-tracking branch 'origin/exception' 2013-11-15 10:37:55 +01:00
phpunit.xml.dist Fixed tests which require a webserver 2013-07-24 23:40:21 +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