guolei19850528/laravel-hikvision-library

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

dev-master 2024-09-25 06:14 UTC

This package is auto-updated.

Last update: 2024-09-25 06:14:57 UTC


README

介绍

海康威视 Laravel 类库

ISC 使用说明

use Guolei\Laravel\Hikvision\Library\ISC;

//实例化
$isc = new ISC('host','ak','sk');

//调用api接口
$isc->requestWithPostJson([],[],'url')