PHPackages                             hiworld/laravel-ctwing - 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. hiworld/laravel-ctwing

ActiveLibrary[API Development](/categories/api)

hiworld/laravel-ctwing
======================

CTWing Api for Laravel

v1.1(1y ago)113MITPHPPHP ^7.4|^8.0

Since Nov 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Hiworld-Inc/laravel-ctwing)[ Packagist](https://packagist.org/packages/hiworld/laravel-ctwing)[ RSS](/packages/hiworld-laravel-ctwing/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

CTwing for Laravel
==================

[](#ctwing-for-laravel)

> 目前只完成了设备列表和下发指令的功能

框架要求
----

[](#框架要求)

- Laravel &gt;=10.0

安装
--

[](#安装)

```
composer require hiworld/laravel-ctwing
```

配置
==

[](#配置)

```
php artisan vendor:publish --provider="Hiworld\\CTWing\\CTWingServiceProvider"
```

`.env` 文件

```
CTWING_BASE_URL=
CTWING_TIME_URL=
CTWING_APP_KEY=
CTWING_APP_SECRET=
CTWING_MASTER_KEY=
```

使用
--

[](#使用)

DeviceManagement使用：

```
use Hiworld\CTWing\AepWork;

$productId = '';
$app = AepWork::DeviceManagement();
$app->QueryDeviceList($productId)
```

DeviceCommand使用：

```
use Hiworld\CTWing\AepWork;

$body = [];
$app = AepWork::DeviceCommand();
$response = $app->CreateCommand($body)
```

LICENSE
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

605d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/182077141?v=4)[Johnson](/maintainers/Hiworld-Inc)[@Hiworld-Inc](https://github.com/Hiworld-Inc)

---

Top Contributors

[![hwtdnet](https://avatars.githubusercontent.com/u/3921757?v=4)](https://github.com/hwtdnet "hwtdnet (9 commits)")

### Embed Badge

![Health badge](/badges/hiworld-laravel-ctwing/health.svg)

```
[![Health](https://phpackages.com/badges/hiworld-laravel-ctwing/health.svg)](https://phpackages.com/packages/hiworld-laravel-ctwing)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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