PHPackages                             chaselawgit/laravel-aliyun-open-api - 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. chaselawgit/laravel-aliyun-open-api

ActiveLibrary[API Development](/categories/api)

chaselawgit/laravel-aliyun-open-api
===================================

阿里云开放api

18PHP

Since Nov 12Pushed 7y agoCompare

[ Source](https://github.com/chaselawgit/laravel-aliyun-open-api)[ Packagist](https://packagist.org/packages/chaselawgit/laravel-aliyun-open-api)[ RSS](/packages/chaselawgit-laravel-aliyun-open-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

阿里云开放api laravel 组件
===================

[](#阿里云开放api-laravel-组件)

### 说明

[](#说明)

这件组件是对阿里云开放api官方sdk进行封装的laravel 组件，在laravel 中会自动注册服务，只需要配置即可。如果不是laravel 项目，需要自行构造 AliLiveService 实例。

### 安装

[](#安装)

- 安装组件

```
composer require chaselawgit/laravel-aliyun-open-api

```

- 发布资源

```
php artisan vendor:publish --provider="ChaseLaw\AliyunOpenApi\Services\AliLiveServiceProvider"

```

这个命令会生成配置文件 config/ali-open-api.php ,只需要在配置文件中配置 app\_name 及 key 。其它配置暂时不会用到。

### 使用

[](#使用)

- 示例

```
use ChaseLaw\AliyunOpenApi\Services\AliLiveService;
use live\Request\V20161101\DescribeLiveStreamsBlockListRequest;

public function blockList(AliLiveService $api){
    $request = new DescribeLiveStreamsBlockListRequest();
    $request->setMethod("GET");
    $request->setDomainName('your domain');
    $response = $api->getAcsResponse($request);
    //$response 为阿里云返回的数据对象
}

```

- 更多

更多用法请参考阿里云开放api sdk文档 。

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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/38270498?v=4)[ChaseLaw](/maintainers/ChaseLaw)[@ChaseLaw](https://github.com/ChaseLaw)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/chaselawgit-laravel-aliyun-open-api/health.svg)

```
[![Health](https://phpackages.com/badges/chaselawgit-laravel-aliyun-open-api/health.svg)](https://phpackages.com/packages/chaselawgit-laravel-aliyun-open-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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