Download the PHP package barm/soap-bundle without Composer
On this page you can find all versions of the php package barm/soap-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download barm/soap-bundle
More information about barm/soap-bundle
Files in barm/soap-bundle
Download barm/soap-bundle
More information about barm/soap-bundle
Files in barm/soap-bundle
Vendor barm
Package soap-bundle
Short Description Symfony wrapper for SoapClient
License MIT
Homepage https://github.com/Djengobarm/soap-bundle
Package soap-bundle
Short Description Symfony wrapper for SoapClient
License MIT
Homepage https://github.com/Djengobarm/soap-bundle
Please rate this library. Is it a good library?
Informations about the package soap-bundle
SoapBundle
SoapBundle provides functionality for PHP SoapClient to be traceable by Symfony WebProfiler. Compatible with Symfony 4+.
Features
- Requests are being logged in WebProfiler
- Event is being dispatched after SoapRequest
Installation
-
Add this bundle to your project as composer dependency
- Add this bundle in application kernel
Usage
Instead of creating SoapClient like new \SoapClient($wsdl, $optionalOptions)
you SHOULD create it via $container->get('barm_soap.factory')->create($wsdl, $optionalOptions)
which returns an instance of SoapClient.
License
SoapBundle is licensed under the MIT License - see the LICENSE
file for details
All versions of soap-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
ext-soap Version *
symfony/dependency-injection Version ^4.1
symfony/config Version ^4.1
symfony/http-kernel Version ^4.1
ext-soap Version *
symfony/dependency-injection Version ^4.1
symfony/config Version ^4.1
symfony/http-kernel Version ^4.1
The package barm/soap-bundle contains the following files
Loading the files please wait ....