PHPackages                             guoguo882010/aliyun-speech - 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. guoguo882010/aliyun-speech

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

guoguo882010/aliyun-speech
==========================

阿里云语音识别

1.0.3(2mo ago)037MITPHPPHP &gt;=7.1

Since Sep 9Pushed 2mo agoCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

阿里云 语音转文字闲时版
============

[](#阿里云-语音转文字闲时版)

**安装**

```
composer require guoguo882010/aliyun-speech
```

**使用**

```
$config = [
        'access_key_id' => 'key id',

        'access_key_secret' => 'key secret',

        // 地域
        'region_id'       => 'cn-shanghai',

        //域名
        'endpoint'          => 'speechfiletranscriberlite.cn-shanghai.aliyuncs.com',

        // 获取Appkey请前往控制台：https://nls-portal.console.aliyun.com/applist
        'appkey'      => 'appkey',
    ];

$speech = new \RSHDSDK\ALiYunSpeech\SpeechFacade($config);

//提交转文字任务，返回数组包含任务ID和请求ID
$speech->submitTask('音频地址（可下载的）','回调通知地址');

//主动查询任务结果，返回数据 包含完成时间和翻译文字句子结果
$speech->searchTask('任务ID');

或者

use \RSHDSDK\ALiYunSpeech;

//提交转文字任务，返回数组包含任务ID和请求ID
SpeechFacade::instance($config)->submitTask('音频地址（可下载的）','回调通知地址');

//主动查询任务结果 ，返回数据 包含完成时间和翻译文字句子结果
SpeechFacade::instance($config)->searchTask('任务ID');
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance87

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

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.

###  Release Activity

Cadence

Every ~62 days

Total

4

Last Release

63d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b57028d0ae01c0a3e0a63cf818bff6b9d6ec8f8b92c506ac6a344d42e1dfea8?d=identicon)[gk](/maintainers/gk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/guoguo882010-aliyun-speech/health.svg)

```
[![Health](https://phpackages.com/badges/guoguo882010-aliyun-speech/health.svg)](https://phpackages.com/packages/guoguo882010-aliyun-speech)
```

###  Alternatives

[medz/gb-t-2260

中华人民共和国国家标准 GB/T 2260 行政区划代码

10663.6k5](/packages/medz-gb-t-2260)

PHPackages © 2026

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