2017 © Pedro Peláez
 

library soap-client

Inteleon Soap Client

image

inteleon/soap-client

Inteleon Soap Client

  • Monday, February 2, 2015
  • by inteleon
  • Repository
  • 17 Watchers
  • 3 Stars
  • 18,942 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Inteleon Soap Client

Extends the native PHP Soap Client with some more options. The class uses cURL to make the requests., (*1)

Installation

Run: composer require inteleon/soap-client, (*2)

How to use

The usage is the same as the native SoapClient class., (*3)

Options

Timeouts (milliseconds)

$client->setTimeout(30000); //The maximum number of milliseconds to execute.
$client->setConnectTimeout(30000); //The number of milliseconds to wait while trying to connect.

Connect attempts

$client->setConnectAttempts(2); //Number of connect attempts if connection fails

Verify SSL certificate

$client->setVerifyCertificate(true); //Verify the SSL certificate. WARNING: Turning off CURLOPT_SSL_VERIFYPEER allows man in the middle (MITM) attacks, which you don't want!

HTTP user agent

$client->setUserAgent('Foo');

Custom cURL option

$client->setCurlOption(CURLOPT_XXX, ''); //See http://php.net/manual/en/function.curl-setopt.php

Todo

  • Ability to set timeouts/options on the WSDL fetching. As the native SoapClient seems to do this in the constructor it is hard to overwrite it.
  • More and better tests

The Versions

02/02 2015

dev-master

9999999-dev

Inteleon Soap Client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Andreas Tylegard

02/02 2015

v1.0.3

1.0.3.0

Inteleon Soap Client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Andreas Tylegard

29/08 2014

v1.0.2

1.0.2.0

Inteleon Soap Client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Andreas Tylegard

13/08 2014

v1.0.1

1.0.1.0

Inteleon Soap Client

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Tylegard

07/08 2014

v1.0.0

1.0.0.0

Inteleon Soap Client

  Sources   Download

The Requires

  • php >=5.3.0

 

by Andreas Tylegard