oscar-team/experian
Composer 安装命令:
composer require oscar-team/experian
包简介
Library to communicate with Experian for credit check
README 文档
README
Perform credit checks on Experian for company and individual.
This is a PHP Library created to communicate with Experian System for credit checks of company and individuals.
Installation:
Use composer package manager and run
composer require oscar-team/experian
Usage:
<?php $experianConnector = new Experian(); // this will create connection with Firma WSDL $wsdlOptions = [ // options 'location' => '', 'soap_version' => '', 'proxy_host' => '' .... ]; $data = [ 'navn' => '', ..., ]; $experianConnector->firmRegistrationByName($data, $wsdlOptions); $experianConnector->firmRegistrationByCVR($data, $wsdlOptions); //Custom method and custom function $data = [ ... ]; $experianConnector->customRequest('AKSOpen', 'TilmeldFirmaCVR', $data); // List all possible function names of a SOAP Method $experianConnector->client->getMethodNames();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-07-04