定制 complycube/complycube-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

complycube/complycube-php

最新稳定版本:v1.1.7

Composer 安装命令:

composer require complycube/complycube-php

包简介

ComplyCube API PHP Client

README 文档

README

CI coverage

ComplyCube PHP Library

The official PHP library for integrating with the ComplyCube API.

Get started with our API integration docs and check out our full API reference.

Requirements

PHP 7.4.

Composer Install

$ composer require complycube/complycube

Use composers generated loader.

require_once __DIR__ . '/vendor/autoload.php'; 

Usage

Initialise the ComplyCubeClient with the API key from your developer dashboard.

use ComplyCube\ComplyCubeClient;
$complycube = new ComplyCubeClient($apiKey);

Create a new client and complete a check

$newclient = $complycube->clients()->create([
    'type' => 'person',
    'email' => 'john@doe.com',
    'personDetails' => ['firstName' => 'John',
                        'lastName' => 'Smith']]);

$result = $complycube->checks()->create($newclient->id,
                                        ['type' => 'extensive_screening_check']);

Webhooks

ComplyCube uses webhooks to notify your application when an event happens in your account.

You can use the EventVerifier to validate the messages sent to your application.

$verifier = new \ComplyCube\EventVerifier('WEBHOOK_SECRET');

$event = $verifier->constructEvent($data, $headers[SIGNATURE_KEY]);

Check out the Webhooks guide

Integration Checklist

When you’re done developing your ComplyCube integration and you’re ready to go live, refer to this checklist to ensure you have covered all critical steps.

About ComplyCube

ComplyCube, the award-winning SaaS & API platform, specializes in innovative solutions for Identity Verification (IDV), Anti-Money Laundering (AML), and Know Your Customer (KYC) compliance. With a vast clientele across multiple industries such as financial services, transport, healthcare, e-commerce, cryptocurrency, FinTech, and telecoms, ComplyCube is a leading entity in the IDV domain.

This ISO-certified platform is distinguished by its ability to integrate quickly across channels and the comprehensive nature of its service suite, including Low/No-Code solutions, extensive API, Mobile SDKs, Client Libraries, and seamless CRM integrations.

统计信息

  • 总下载量: 5.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-01-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固