PHPackages                             imactool/dssplat - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. imactool/dssplat

ActiveLibrary[API Development](/categories/api)

imactool/dssplat
================

大华独立系统H8900平台接口

v1.0.0(4y ago)15MITPHP

Since Feb 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/iMactool/dssplat)[ Packagist](https://packagist.org/packages/imactool/dssplat)[ RSS](/packages/imactool-dssplat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

 dssplat
=========

[](#-dssplat-)

 大华独立系统H8900平台接口.

[![Latest Stable Version](https://camo.githubusercontent.com/f8ea942536454144a971b0783bfcda9dbbabe41df839093b04f8d84c721ee6b7/687474703a2f2f706f7365722e707567782e6f72672f696d6163746f6f6c2f647373706c61742f76)](https://packagist.org/packages/imactool/dssplat)[![Latest Unstable Version](https://camo.githubusercontent.com/ab2a20e659af25084f9d4d4b92cc84919774092dbcd967a04c3cff08a73eab10/687474703a2f2f706f7365722e707567782e6f72672f696d6163746f6f6c2f647373706c61742f762f756e737461626c65)](https://packagist.org/packages/imactool/dssplat)[![License](https://camo.githubusercontent.com/b247cdc7dd26361587e598bf7539d9ffb149b3eafdf066aa45369dd9b4308918/687474703a2f2f706f7365722e707567782e6f72672f696d6163746f6f6c2f647373706c61742f6c6963656e7365)](https://packagist.org/packages/imactool/dssplat)[![PHP Version Require](https://camo.githubusercontent.com/954769b308a779a205d6a5ccdf09111dbef02dfc7b3c4ca4e5017f4b0df26bd6/687474703a2f2f706f7365722e707567782e6f72672f696d6163746f6f6c2f647373706c61742f726571756972652f706870)](https://packagist.org/packages/imactool/dssplat)

Installing
----------

[](#installing)

```
$ composer require imactool/dssplat -vvv
```

使用前必看
-----

[](#使用前必看)

H8900对外接口根据版本不同所用的接口文档也是不一样的,另外H8900的对外接口是根据设备来的,现场采用不同的设备所要对接的接口也是不一样的。 所以具体以实际项目部署为准，本`SDK`对接的版本是【`DSS-H8900-SDK-20200111版本(v3.1.4)`】

使用方法
----

[](#使用方法)

> 更多内容请看具体文件，后续逐步完善中

```

 require __DIR__ .'/vendor/autoload.php';

 use Imactool\Dssplat\DssPlat;

 $config = [
     'ip' => '192.168.0.12',
     'port' => '8314',
     'loginName' => 'system',
     'loginPass' => '123456',
 ];

 $app = new DssPlat($config);

 $result = $app->Auth->login(); //必须先登录，才可以继续调用其他的接口

 //获取组织树
 $result = $app->Org->getVimsTree();
 var_dump($result);
 if ($result['success'] == true){
     echo "成功获取到组织树 ";
    foreach ($result['data'] as $val){
        echo "父级节点 【{$val['id']}】";
    }
 }

 //查询设备
 $res = $app->Org->getDeviceInfo();
 if ($res['result']['code'] == 'success'){
     echo "成功获取到 查询设备  ";
     $val = [];
     foreach ($res['data'] as $val){
        var_dump($val);
     }
 }

```

对应的实现的接口文档

```
.
├── 01-基础数据接口文档  已实现
├── 02-门禁子系统接口文档 已实现
├── 03-考勤子系统接口文档
├── 04-巡更子系统接口文档
├── 05-梯控子系统接口文档
├── 06-消费子系统接口文档
├── 07-访客子系统接口文档
├── 08-会议子系统接口文档
├── 09-客流子系统接口文档
├── 10-报警子系统接口文档
├── 11-视频子系统接口文档
├── 12-停车子系统接口文档
├── 13-对讲子系统接口文档
├── 14-动环子系统接口文档
├── 15-人脸子系统接口文档
├── 16-工地子系统接口文档
├── 17-小区子系统接口文档
└── 99-事件订阅类接口文档
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/imactool/dssplat/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/imactool/dssplat/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1558d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d02de825a190aeefdb36c0f9296cf7acfcfb3e821e0bc50a822a8d1d1007dc8a?d=identicon)[imactool](/maintainers/imactool)

---

Top Contributors

[![iMactool](https://avatars.githubusercontent.com/u/3078413?v=4)](https://github.com/iMactool "iMactool (3 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

V3.001.0000004.8.R.1672347支持大华H8900平台

### Embed Badge

![Health badge](/badges/imactool-dssplat/health.svg)

```
[![Health](https://phpackages.com/badges/imactool-dssplat/health.svg)](https://phpackages.com/packages/imactool-dssplat)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[commercetools/commercetools-sdk

The official PHP SDK for the commercetools Composable Commerce APIs

19281.5k](/packages/commercetools-commercetools-sdk)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
