Download the PHP package waarneembemiddeling/bigregister-bundle without Composer
On this page you can find all versions of the php package waarneembemiddeling/bigregister-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download waarneembemiddeling/bigregister-bundle
More information about waarneembemiddeling/bigregister-bundle
Files in waarneembemiddeling/bigregister-bundle
Download waarneembemiddeling/bigregister-bundle
More information about waarneembemiddeling/bigregister-bundle
Files in waarneembemiddeling/bigregister-bundle
Vendor waarneembemiddeling
Package bigregister-bundle
Short Description Symfony2 bundle intergrating the Dutch BIG-Register SOAP client
License MIT
Package bigregister-bundle
Short Description Symfony2 bundle intergrating the Dutch BIG-Register SOAP client
License MIT
Please rate this library. Is it a good library?
Informations about the package bigregister-bundle
BIG-Register Symfony2 bundle
This bundle integrates the BIG-register SOAP client.
Configuration
There is no configration required by default.
Change the WSDL
If you want to override the WSDL:
wb_big_register:
wsdl: http://comapny.tld/soap?wsdl
Use DoctrineCacheBundle or LiipDoctrineCacheBundle
You can easily pass in a Cache instance:
wb_big_register:
cache:
service_id: liip_doctrine_cache.ns.your_cache_id
ttl: 86400
Overriding native SoapClient constructor configuration options
In case you want to tweak the behaviour of the native SoapClient, you override the $options array like this:
parameters:
wb_big_register.client.user_params: {'trace': true}
Usage
To get the service from the container:
To get the client:
For more examples checkout the client documentation.
All versions of bigregister-bundle with dependencies
PHP Build Version
Package Version
Requires
waarneembemiddeling/bigregister-soap Version
^3.0.0
The package waarneembemiddeling/bigregister-bundle contains the following files
Loading the files please wait ....