Go to file
Ghislain Loaec 0e4034a093 Merge tag '0.3.0' into develop
Compatibility Symfony 3
2018-04-06 12:02:37 +02:00
src/BeSimple get path 2018-04-06 11:32:08 +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 README update 2018-04-06 11:58:10 +02:00
composer.json Bump version 0.3.0 2018-04-06 12:01:48 +02:00
phpunit.xml.dist Revert whole code to legacy 2018-04-06 10:58:45 +02:00

README.md

BeSimpleSoap (Symfony 3.0)

This fork aim 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