Download the PHP package ericgu178/huawei without Composer
On this page you can find all versions of the php package ericgu178/huawei. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package huawei
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);
`
All versions of huawei with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package ericgu178/huawei contains the following files
Loading the files please wait ....