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. [Utility &amp; Helpers](/categories/utility)
4. /
5. machero/speech

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

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 2w 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 47% 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

3033d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7599190?v=4)[webstar](/maintainers/Osub)[@Osub](https://github.com/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)
```

###  Alternatives

[cornford/googlitics

An easy way to integrate Google Analytics with Laravel.

3210.2k](/packages/cornford-googlitics)[pattern-builder/pattern-kit

2014.8k](/packages/pattern-builder-pattern-kit)[buihuycuong/vnfaker

VNFaker is a Laravel package that generates fake data about name, city, address, phone,... in Viet Nam

135.9k](/packages/buihuycuong-vnfaker)

PHPackages © 2026

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