BohwaZ ec0004ea36 Revert "Fix error handling"
This reverts commit ef81da77ea25d78cf55408fde3e7919f60faff3e.
2019-08-06 10:28:55 +02:00
2019-08-06 10:28:55 +02:00
2019-04-10 07:20:07 +02:00
2019-02-11 11:55:54 +01:00
2019-02-11 11:55:54 +01:00
2018-04-06 10:58:45 +02:00
2018-04-06 12:07:55 +02:00

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
Description
No description provided
Readme 7.9 MiB
Languages
PHP 97.3%
Python 1.6%
Java 0.7%
Shell 0.4%