waarneembemiddeling/bigregister-bundle
Composer 安装命令:
composer require waarneembemiddeling/bigregister-bundle
包简介
Symfony2 bundle intergrating the Dutch BIG-Register SOAP client
README 文档
README
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:
$service = $container->get('wb_big_register.service');
To get the client:
$service = $container->get('wb_big_register.client');
For more examples checkout the client documentation.
统计信息
- 总下载量: 8.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-19