PHPackages                             albo-vieira/google-speech-tts - 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. albo-vieira/google-speech-tts

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

albo-vieira/google-speech-tts
=============================

A wrapper to google translate that generate a audio from a text.

4272112[1 issues](https://github.com/AlboVieira/google-speech-tts/issues)PHP

Since Feb 16Pushed 8y ago7 watchersCompare

[ Source](https://github.com/AlboVieira/google-speech-tts)[ Packagist](https://packagist.org/packages/albo-vieira/google-speech-tts)[ RSS](/packages/albo-vieira-google-speech-tts/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

google-speech-tts
=================

[](#google-speech-tts)

A Google Translate wrapper that generates an audio from a given text.

```
composer require albo-vieira/google-speech-tts dev-master

```

```
use GoogleSpeech\TextToSpeech;

$speech = new TextToSpeech();
$speech
    ->withLanguage('en-us')
    ->inPath('../audios');

for($i=0;$iwithName('output' . $i);
    $speech->download('I would try something like that ' . $i);

    echo 'File generated:' . $speech->getCompletePath() . '';
}
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6727150?v=4)[Albo Vieira](/maintainers/AlboVieira)[@albovieira](https://github.com/albovieira)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/albo-vieira-google-speech-tts/health.svg)

```
[![Health](https://phpackages.com/badges/albo-vieira-google-speech-tts/health.svg)](https://phpackages.com/packages/albo-vieira-google-speech-tts)
```

PHPackages © 2026

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