wpdesk/soap-client-with-logger

SOAP client with logger

Installs: 6 413

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/wpdesk/soap-client-with-logger

1.1.1 2025-02-14 09:56 UTC

This package is auto-updated.

Last update: 2025-10-14 11:17:46 UTC


README

pipeline status coverage report Latest Stable Version Total Downloads Latest Unstable Version License

SOAP CLient With Logger

Installation

composer require --dev wpdesk/soap-client-with-logger

Usage

    $client = new \WPDesk\SOAP\SoapClientWithLogger(
        new SoapClient(
            $wsdl_url,
            $client_options
        ),
        $logger
    );