PHP code example of technophilic / zkteco-laravel-sdk
1. Go to this page and download the library: Download technophilic/zkteco-laravel-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/ */
technophilic / zkteco-laravel-sdk example snippets
ZKTECO_IP = Your Device IP
ZKTECO_PORT = Device Port (default: 4370)
use Technophilic\ZKTecoLaravelSDK\ZKTeco;
$zk = new ZKTeco();