Michael Veroux 3f2a99adf6 Array support change
Support of mapping xml attributes
2019-02-11 12:28:54 +01:00
..
2019-02-11 12:28:54 +01:00
2013-08-16 17:18:40 +02:00
2018-04-06 11:18:36 +02:00

BeSimpleSoapWsdl

TODO ...

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

Now you are ready to install the library:

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