besimple/soap-wsdl

Build and consume SOAP Common based web services

Installs: 244 225

Dependents: 3

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 8

pkg:composer/besimple/soap-wsdl

v0.2.6 2014-08-14 11:39 UTC

This package is auto-updated.

Last update: 2025-09-24 06:30:37 UTC


README

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