Download the PHP package aaharu/curlsoapclient without Composer
On this page you can find all versions of the php package aaharu/curlsoapclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aaharu/curlsoapclient
More information about aaharu/curlsoapclient
Files in aaharu/curlsoapclient
Download aaharu/curlsoapclient
More information about aaharu/curlsoapclient
Files in aaharu/curlsoapclient
Vendor aaharu
Package curlsoapclient
Short Description A SoapClient wrapper that uses ext-curl.
License MIT
Package curlsoapclient
Short Description A SoapClient wrapper that uses ext-curl.
License MIT
Please rate this library. Is it a good library?
Informations about the package curlsoapclient
curlsoapclient
A SoapClient wrapper that uses ext-curl.
https://packagist.org/packages/aaharu/curlsoapclient
Documentation
Aaharu\Soap\CurlSoapClient::CurlSoapClient
This class is extended SoapClient.
supported options
- soap_version
- either
SOAP_1_1
orSOAP_1_2
. If omitted,SOAP_1_1
is used.
- either
- compression
- trace
- exceptions
- connection_timeout
- user_agent
- keep_alive
true
as a default
- login
- password
- proxy_host
- proxy_port
- proxy_login
- proxy_password
- authentication
- ssl_method
additional options
- redirect_max
- The maximum amount of HTTP redirections to follow. default is 5.
5
as a default
- curl_timeout
- CURLOPT_TIMEOUT
30
as a default
- proxy_type
- http, socks4, socks5
unsupported options
- stream_context
- not necessary with curl
- local_cert
- use
CurlSoapClient::___curlSetOpt
instead
- use
- passphrase
- use
CurlSoapClient::___curlSetOpt
instead
- use
examples
wsdl mode.
non-wsdl mode.
Installation
Contributing
With composer installed, run the following from the root of the repository:
Running the tests
License
Licensed under the MIT License.
All versions of curlsoapclient with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-soap Version *
ext-curl Version *
ext-soap Version *
ext-curl Version *
The package aaharu/curlsoapclient contains the following files
Loading the files please wait ....