PHPackages                             bailing/iot\_cloud - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bailing/iot\_cloud

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bailing/iot\_cloud
==================

联网

20PHP

Since Jul 5Pushed 3y agoCompare

[ Source](https://github.com/kuaijing-bailing/iot_cloud)[ Packagist](https://packagist.org/packages/bailing/iot_cloud)[ RSS](/packages/bailing-iot-cloud/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

iot-cloud
=========

[](#iot-cloud)

集成海康云眸、萤石云、大华云睿、乐橙、海康ISC 、大华ICC 集于一体的 Hyperf 组件包
------------------------------------------------

[](#集成海康云眸萤石云大华云睿乐橙海康isc-大华icc-集于一体的-hyperf-组件包)

```
composer require bailing/be_component_iot_cloud  -vvv

```

使用
--

[](#使用)

> 在执行 `composer require require bailing/be_component_iot_cloud -vvv` 安装之后，您可通过执行 `php bin/hyperf.php vendor:publish  bailing/be_component_iot_cloud` 来将组件预设的配置文件，发布到骨架项目的 config/autoload 文件夹内。然后按需配置即可
>
> 使用本SDK之前请先熟悉对应平台的技术文档

### 配置

[](#配置)

> 执行 php bin/hyperf.php vendor:publish bailing/be\_component\_iot\_cloud 之后，目录下应该会有这几个文件

```
config
├── autoload
│   ├── hikcloud.php  海康云眸
│   ├── imou.php      乐橙  TODO
│   ├── ys7.php       萤石云
│   └── yunrui.php    云睿
└──────
```

### 海康云眸

[](#海康云眸)

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

use Bailing\BeComponentIotCloud\Config as MyConfig;
use Bailing\BeComponentIotCloud\HikCloud\Application;

$config = \config('hikcloud');
$application = new Application(new MyConfig($config));
$params = [
'communityName' => 'xxx',
'provinceCode'  => 'xxf',
'addressDetail' => 'rgg'
];
$application->communit->communities($params);
```

### 大华云睿

[](#大华云睿)

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

use Bailing\BeComponentIotCloud\Config as MyConfig;
use Bailing\BeComponentIotCloud\YunRui\Application;

$config = \config('yunrui');
$application = new Application(new MyConfig($config));
$application->account->addUser();
```

### 萤石云

[](#萤石云)

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

use Bailing\BeComponentIotCloud\Config as MyConfig;
use Bailing\BeComponentIotCloud\Ys7\Application;

$config = \config('ys7');
$application = new Application(new MyConfig($config));
$params = [

];
$application->device->addYsDevice($params);
```

TODO
----

[](#todo)

- 乐橙
- 海康ISC
- 大华ICC

### 相关文档

[](#相关文档)

- [海康云眸 企业内部应用开发-社区](https://pic.hik-cloud.com/opencustom/apidoc/online/neptune/4cb4c4f2147e4624bc29408ac70e92c4.html?timestamp=1653966047558)
- [大华云睿开放平台的文档](https://www.cloud-dahua.com/wiki)
- [乐橙开放平台开发文档 ](https://open.imou.com/book/start.html)
- [萤石开放平台介绍文档](https://open.ys7.com/doc/zh/book/index/user.html)
- [海康综合安防管理平台（iSecure Center）](https://open.hikvision.com/docs/docId?productId=5c67f1e2f05948198c909700&version=%2F9e6b1870e25348608d01b5669a7f3595&curNodeId=a23956fcc1c64d6ab5cf9b79d4e0d3be)
- [大华 智能物联综合管理平台 ICC](https://open-icc.dahuatech.com/#/)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/92199761?v=4)[jaty](/maintainers/jatyPeng)[@jatyPeng](https://github.com/jatyPeng)

---

Top Contributors

[![jatyPeng](https://avatars.githubusercontent.com/u/92199761?v=4)](https://github.com/jatyPeng "jatyPeng (2 commits)")

### Embed Badge

![Health badge](/badges/bailing-iot-cloud/health.svg)

```
[![Health](https://phpackages.com/badges/bailing-iot-cloud/health.svg)](https://phpackages.com/packages/bailing-iot-cloud)
```

###  Alternatives

[whitehat101/apr1-md5

Apache's APR1-MD5 algorithm in pure PHP

349.9M10](/packages/whitehat101-apr1-md5)[dan0sz/resource-hints-magento2

Add `&lt;link rel='preconnect'&gt;`, `&lt;link rel='dns-prefetch'&gt;`, `&lt;link rel='prefetch'&gt;`, or `&lt;link rel='preload'&gt;` resource hints to Magento 2's head.

21100.2k](/packages/dan0sz-resource-hints-magento2)[mihaeu/html-formatter

HTML Formatter pritifies HTML content by applying proper intendation (no tidy, purification, etc.).

1773.3k5](/packages/mihaeu-html-formatter)[sun/country

Sun Country is the package that helps you to get the country name &amp; dialing code by the country ISO 3166-1 Alpha-2 code.

1016.8k](/packages/sun-country)[ttree/linkeddata

Neos CMS helpers to generate JSON-LD (LinkedData)

1112.0k2](/packages/ttree-linkeddata)

PHPackages © 2026

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