psr18-adapter / ext-soap
Installs: 1 386
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- ext-soap: *
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
This package is auto-updated.
Last update: 2024-10-17 03:39:47 UTC
README
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.