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(3mo ago)043MITPHPPHP &gt;=7.1

Since Sep 9Pushed 3mo 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 today

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

33

—

LowBetter than 72% of packages

Maintenance79

Regular maintenance activity

Popularity8

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

109d 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

[rs/laravel-version-control

Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.

1228.0k](/packages/rs-laravel-version-control)[rick20/ppob

PPOB Multi Pulsa API PHP Library.

356.4k](/packages/rick20-ppob)[swooinc/nova-countdown

A countdown card for Laravel Nova.

1224.5k](/packages/swooinc-nova-countdown)[friends-of-hyva/magento2-crawler-session

Prevent crawlers from creating a session

166.9k](/packages/friends-of-hyva-magento2-crawler-session)[appoly/laravel-pages

A CMS for laravel to easily create pages for your web application

131.1k](/packages/appoly-laravel-pages)

PHPackages © 2026

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