real-intel/api-wrapper
Composer 安装命令:
composer require real-intel/api-wrapper
包简介
This is a wrapper for the Data Highlights / Real Intel API Suite
README 文档
README
A wrapper library for integration with the Real Intel API
Installation
This library can be installed to your php project using composer
composer require real-intel/api-wrapper
In order to use this library you need to initialise it using your Real Intel credentials:
$wrapper = new RealIntelDelegate([
'api_key' => 'Your-API-Key',
'customer_id' => 'Your-Customer-ID',
'sandbox' => true,
'show_notes' => true
]);
Once initialised you can make calls to the class as follows:
$consumer = $wrapper->doConsumerTraceLite("Consumer-ID-Number", "Consumer-Last-Name", "Your-Unique-Reference");
There are multiple calls to be made, so the Real Intel API Documentation can be used for reference.
NOTE: Not all API calls are available yet in this libary and will be added at a later stage. If you require a call, please contact us.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-12-08