PHP code example of yauhenko / anviz-facepasspro-sdk
1. Go to this page and download the library: Download yauhenko/anviz-facepasspro-sdk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
yauhenko / anviz-facepasspro-sdk example snippets
pass = new Yauhenko\Anviz\FacePassPro('192.168.1.195', 'password');
$records = $facepass->getIdentificationRecords('-1 week', 'today');
print_r($records);