ericgu178/huawei

There is no license information available for the latest version (0.2) of this package.

华为云封装的接口

0.2 2020-01-03 08:57 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:41 UTC


README

use huawei\Huawei;
$s = Huawei::HuaweiCloud([
    'ak_id' =>  '', // ak id
    'ak_secret' =>  '', // ak 私钥
    'project_id'    =>  '' // 产品ID
])->face_frs->compare('/Users/zkbr/Desktop/download.jpg','/Users/zkbr/Desktop/download.jpg');

// 人脸比对

print_r($s);
`