承接 oscar-team/experian 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-07-04