/BeSimpleSoap

A largely refactored BeSimple/Soap library used to build SOAP and WSDL based web services. This fork fixes a lot of errors and provides better API, robust, stable and modern codebase. The Api differs so much, that it won't be merged into original repository. If you find an error, please, report an issue here.

Primary LanguagePHP

BeSimpleSoap (Symfony 3.0)

This fork aims to provide the BeSimpleSoap bundles compatibles with Symfony 3.

We forked the official BeSimpleSoap repository in order to sucessfully maintain some projects of ours. Therefore, we are not going to maintain this library.

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": {
        "cadoles/soap": "0.3.*@dev"
    }
}

Now you are ready to install the library:

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