定制 trillzglobal/securemyid 二次开发

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

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

trillzglobal/securemyid

Composer 安装命令:

composer require trillzglobal/securemyid

包简介

Package to connect application to secureMyID for Identity Verification

README 文档

README

Badge showing the total of project forks Badge showing the total of project stars Badge showing average commit frequency per month Badge showing project license type

🏁 Staring

This package automatically assist with packing and sending API to SecureMyID for;

  1. ID Verification Request
  2. Reporting Identity
  3. Decrypting Webhook to get both Identity Details and Account Suspension details

🚀 Usage

use TrillzGlobal\SecureMyID\SecureMyID;

# Initiate new Class with API Key and Secret Key generated on your dashboard on SecureMyID

$verify =  new SecureMyID($api_key, $secret_key);

# Sending Request to Verify ID. Response will either be successful or failed. Identity of customer will be sent as response to webhook provided on secureMyID dashboard.
# Sample Payload

$payload = '{"phone_number":"090000000001"}';
$result = $verify->verifyID($data);

# Reporting a suspected Fraudulent User comes handy with this endpoint as you can use this to protect against same user from future fraud.

# Sample Payload
$payload = '{"phone_number":"090000000001", "risk_level":3, "details":"Hacked into our system"}';
$result =  $verify->reportIdentity($data);


#Registered webhook receives identity verification response and also Panic Notification if user want to suspend action on their account for some times.

$result =  $verify->decryptWebhook($data);

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Michael Ojo

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固