Skip to content

psr18-adapter/ext-soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psr18-adapter/ext-soap

Install

Via Composer

composer require psr18-adapter/ext-soap

Usage

new \Psr18Adapter\Soap\SoapPsr18Client(
    $psr18Client, 
    $psr7RequestFactory, 
    $psr7StreamFactory, 
    $soapWsdl, 
    $soapOptions
);

Adapter relies on injected HTTP client following PSR-18 specification strictly: It expects HTTP client does not throw exception when server returns valid HTTP response. Otherwise I cannot guarantee same exception handling behaviour as in core extension.

Licensing

MIT license. Please see License File for more information.

About

PSR-18 adapter for core PHP SOAP extension

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages