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

ActiveLibrary

machero/speech
==============

v1.0(8y ago)121PHP

Since Mar 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Osub/speech)[ Packagist](https://packagist.org/packages/machero/speech)[ RSS](/packages/machero-speech/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Introduction
------------

[](#introduction)

```
本项目是基于百度智能语音的SDK扩展封装为php的composer包

```

Install
-------

[](#install)

`composer require machero/speech`

Use
---

[](#use)

```
    $speech = new AipSpeech(
        config('baidu-speech.app_id'),
        config('baidu-speech.app_key'),
        config('baidu-speech.app_secret')
    );
    $this->speech = $speech;
    /**
     * @apiparams $text 要合成的文本
     * @apiparams $spd  语音的速度
     *
     */
    $mp3 = $this->speech->synthesis($text, $lang='zh', $ctp=1, $options=array('spd'=>3));
    //具体请参考百度智能语音开发文档
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

2986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b900a34ee4a50d55967f2a3183b8236c110e44e5ea441e1a0883b1a132d1ab19?d=identicon)[Osub](/maintainers/Osub)

---

Top Contributors

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

---

Tags

bai-ducomposerlaravelphpsdkspeech

### Embed Badge

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

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

PHPackages © 2026

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