Search by

wpdesk / soap-client-with-logger

dyszczogrolabjaskulski

SOAP client with logger

1.1.1 2025-02-14 09:56 UTC

This package is auto-updated.

Last update: 2026-09-14 13:22:18 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
    );