besimple/soap-client

Build and consume SOAP Client based web services

Maintainers

👁 FrancisBesset

Package info

github.com/BeSimple/BeSimpleSoapClient

pkg:composer/besimple/soap-client

Statistics

Installs: 2 281 174

Dependents: 15

Suggesters: 4

Stars: 58

Open Issues: 22

v0.2.6 2014-08-18 09:45 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 50f186fd3e9fafc4ce2d194d5d18e3987d5fbf41

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

soapsoap-client

This package is auto-updated.

Last update: 2026-06-24 07:37:17 UTC


README

The BeSimpleSoapClient is a component that extends the native PHP SoapClient with further features like SwA, MTOM and WS-Security.

Features (only subsets of the linked specs implemented)

  • SwA: SOAP Messages with Attachments Spec
  • MTOM: SOAP Message Transmission Optimization Mechanism Spec
  • WS-Security Spec1, Spec2
  • WS-Adressing Spec

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

Now you are ready to install the library:

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