PHPackages                             e-yunduan/yii2-aip-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. e-yunduan/yii2-aip-speech

ActiveYii2-extension

e-yunduan/yii2-aip-speech
=========================

百度语音合成

v1.0.1(8y ago)6542BSD-4-ClausePHP

Since Nov 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/e-yunduan/yii2-aip-speech)[ Packagist](https://packagist.org/packages/e-yunduan/yii2-aip-speech)[ RSS](/packages/e-yunduan-yii2-aip-speech/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

baidu ai speech for Yii2
========================

[](#baidu-ai-speech-for-yii2)

[![Latest Stable Version](https://camo.githubusercontent.com/93f602b0b738c20b3507a8e23b3d3f476cdafeced608c968b56e13c727a373a0/68747470733a2f2f706f7365722e707567782e6f72672f652d79756e6475616e2f796969322d6169702d7370656563682f762f737461626c65)](https://packagist.org/packages/e-yunduan/yii2-aip-speech)[![Total Downloads](https://camo.githubusercontent.com/3df0a7963956eae998a79bf414e47b9483478f5c1d741af44dbb864fde556ce1/68747470733a2f2f706f7365722e707567782e6f72672f652d79756e6475616e2f796969322d6169702d7370656563682f646f776e6c6f616473)](https://packagist.org/packages/e-yunduan/yii2-aip-speech)[![Latest Unstable Version](https://camo.githubusercontent.com/373756da6250c051c5be2767f4a616cdae5cd4d6408f20e402b8e6f2d3647848/68747470733a2f2f706f7365722e707567782e6f72672f652d79756e6475616e2f796969322d6169702d7370656563682f762f756e737461626c65)](https://packagist.org/packages/e-yunduan/yii2-aip-speech)[![License](https://camo.githubusercontent.com/782c9694e9834ec1bca5a39423e8e57c3998e71c99dd181081add086ad495a85/68747470733a2f2f706f7365722e707567782e6f72672f652d79756e6475616e2f796969322d6169702d7370656563682f6c6963656e7365)](https://packagist.org/packages/e-yunduan/yii2-aip-speech)

百度语音合成

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist e-yunduan/yii2-aip-speech "*"

```

or add

```
"e-yunduan/yii2-aip-speech": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

配置文件添加组件 :

```
components => [
     'aipSpeech' => [
        'class' => 'eyunduan\aipSpeech\BaiduSpeech',
        'appId' => 'xxxx', // 百度语音 App ID
        'apiKey' => 'xxxx', // 百度语音 API Key
        'secretKey' => 'xxxxxx', // 百度语音 Secret Key
    ],
]
```

```
/** @var \eyunduan\aipSpeech\BaiduSpeech $aipSpeech */
$aipSpeech = \Yii::$app->get('aipSpeech');
$aipSpeech->combine('您好，世界');
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~13 days

Total

2

Last Release

3093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c0612f70d09feb06ab5d24a31e0cc551f1ee547b42308c695e34d76181f18cf?d=identicon)[forecho](/maintainers/forecho)

---

Top Contributors

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

---

Tags

baiduspeechyii2extensionspeechbaidu

### Embed Badge

![Health badge](/badges/e-yunduan-yii2-aip-speech/health.svg)

```
[![Health](https://phpackages.com/badges/e-yunduan-yii2-aip-speech/health.svg)](https://phpackages.com/packages/e-yunduan-yii2-aip-speech)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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