带有日志记录的SOAP客户端
gitlab.com/wpdesk/predators/library/soap-client-with-logger
主页
源代码
问题
安装次数: 5,038
依赖项: 0
建议者: 0
安全性: 0
星星: 0
分支: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 88068f0f0b6a39a2dfb8468f80b56dec52ffd4a2
soaplogger
This package is auto-updated.
Last update: 2024-09-14 22:46:41 UTC
composer require --dev wpdesk/soap-client-with-logger
$client = new \WPDesk\SOAP\SoapClientWithLogger( new SoapClient( $wsdl_url, $client_options ), $logger );