Download the PHP package vallbo/soap-service-layer without Composer
On this page you can find all versions of the php package vallbo/soap-service-layer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package soap-service-layer
SOAP Service Layer
Service Layer vendor, for SOA communication (SOAP).
Installation
For installation use composer:
Adapters
Vallbo\SoapServiceLayer\Adapter\BasicAdapter
Configuration
- dependencies
- soapClientFactory - Vallbo\SoapServiceLayer\Adapter\SoapClientFactoryInterface - factory for creating SOAP client.
- responseFactory - Vallbo\SoapServiceLayer\Response\ResponseFactoryInterface - response factory for creating specific response.
- logger - if you want log what is going on in adapter, provide your logger service (PSR-3).
- cache - if you want cache responses, provide your cache service (PSR-16).
- cacheTTL - cache TTL for cache items.
Exception
SoapFault is wrapped to Vallbo\SoapServiceLayer\Exception\SoapException. You can find SoapFault in previous exception in SoapException object.
Response
Response returned by adapter implements Vallbo\SoapServiceLayer\Response\SoapResponseInterface.
We provide default response object Vallbo\SoapServiceLayer\Response\SoapResponse and default response factory Vallbo\SoapServiceLayer\Response\ResponseFactory for faster implementation.
All versions of soap-service-layer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
ext-json Version *
ext-soap Version *
psr/log Version ^1.1
psr/simple-cache Version ^1.0
ext-json Version *
ext-soap Version *
psr/log Version ^1.1
psr/simple-cache Version ^1.0
The package vallbo/soap-service-layer contains the following files
Loading the files please wait ....