besimple/soap-common

Build and consume SOAP Common based web services

Maintainers

👁 FrancisBesset

Package info

github.com/BeSimple/BeSimpleSoapCommon

pkg:composer/besimple/soap-common

Statistics

Installs: 2 453 434

Dependents: 13

Suggesters: 0

Stars: 12

v0.2.6 2014-08-14 19:40 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 08aa78c7f1cae4b23cce5e8928dca7243ca4e4fa

  • Andreas Schamberger <mail.woop@andreass.net>
  • Christian Kerl <christian-kerl.woop@web.de>
  • Francis Besset <francis.besset.woop@gmail.com>

soapsoap-common

This package is auto-updated.

Last update: 2026-06-24 08:18:46 UTC


README

The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.

Features

  • Common interfaces for SoapClient and SoapServer input/output processing flow
  • MIME parser for SwA and MTOM implementation
  • Soap type converters

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

Now you are ready to install the library:

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