2017 © Pedro Peláez
 

library soap-client

Easily extendable SOAP client with WS-Addressing support

image

prezent/soap-client

Easily extendable SOAP client with WS-Addressing support

  • Thursday, January 25, 2018
  • by prezent
  • Repository
  • 4 Watchers
  • 4 Stars
  • 3,213 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 31 % Grown

The README.md

Prezent SoapClient

The Prezent SoapClient is an extension to PHP's built-in SoapClient that brings easy extensability through an event dispatcher and built-in support for WS-Addressing., (*1)

Installation

$ composer require prezent/soap-client

Example usage

use Prezent\Soap\Client\SoapClient;
use Prezent\Soap\Client\Extension\WSAddressing;

$client = new SoapClient('http://example.org/wsa-server.wsdl', [
    'event_subscribers' => [
        new WSAddressing('http://example.org/return-address'),
    ],
]);

$client->someMethod('arg');

Documentation

The complete documentation can be found in the doc directory., (*2)

The Versions

25/01 2018

dev-master

9999999-dev http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa

25/01 2018

0.1.4

0.1.4.0 http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa

14/09 2016

0.1.3

0.1.3.0 http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa

14/09 2016

0.1.2

0.1.2.0 http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa

14/09 2016

0.1.1

0.1.1.0 http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa

13/09 2016

0.1.0

0.1.0.0 http://www.prezent.nl

Easily extendable SOAP client with WS-Addressing support

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

soap ws-addressing wsa