Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 405 Bytes

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