wpdesk/soap-client-with-logger

1.1.0 2022-01-14 16:50 UTC

This package is auto-updated.

Last update: 2024-04-14 21:50:07 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
    );