ojisatriani / attendance
出勤管理
dev-main
2022-09-14 03:31 UTC
Requires
- php: >=7.2.0
This package is auto-updated.
Last update: 2024-09-14 07:55:04 UTC
README
出勤管理Web服务SDK解决方案
解决方案
兼容设备
X100-C, X304, X302-S, X401, X601, C1, X606-S
如何使用
use OjiSatriani\Attendance\Solution; $config = [ 'ip_address' =>'127.0.0.1', 'port' => '80', 'key' => '0', 'pin' => 'All', ]; $connect = Solution::init($config)->connect(); // checking connection $response = Solution::init($config)->response(); // get AttLog Data