PHPackages                             421p/talker - 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. 421p/talker

AbandonedArchivedLibrary

421p/talker
===========

PHP Text to speech

1.0.0(7y ago)1401MITPHPPHP &gt;=7.1

Since Sep 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/421p/talker)[ Packagist](https://packagist.org/packages/421p/talker)[ RSS](/packages/421p-talker/feed)WikiDiscussions master Synced 2mo ago

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

Talker
======

[](#talker)

Text to speech using Google TTS

Installing
----------

[](#installing)

```
composer require 421p/talker

```

Usage
-----

[](#usage)

```
use React\EventLoop\Factory;
use Talker\Talker\GoogleSpeechTalker;
use Talker\Talker\Response\Mp3File;

require __DIR__.'/vendor/autoload.php';

$loop = Factory::create();

$talker = new GoogleSpeechTalker($loop);

[$hours, $minutes] = explode(':', date('H:i'));

$time = sprintf(
    'Current time is %d hours %d minutes', $hours, $minutes
);

$talker->say($time, GoogleSpeechTalker::LOCALE_EN_US)->then(function (Mp3File $file) {
    file_put_contents(__DIR__.'/test.mp3', $file->getContent());
});

$loop->run();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2791d ago

Major Versions

0.0.2 → 1.0.02018-09-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/50d19b2d385f4cb6392e3f25263c4ffff41cd400224c404b84131d2e5f022820?d=identicon)[421p](/maintainers/421p)

---

Top Contributors

[![421p](https://avatars.githubusercontent.com/u/1667946?v=4)](https://github.com/421p "421p (2 commits)")

---

Tags

google-text-to-speechttstts-apitts-engine

### Embed Badge

![Health badge](/badges/421p-talker/health.svg)

```
[![Health](https://phpackages.com/badges/421p-talker/health.svg)](https://phpackages.com/packages/421p-talker)
```

###  Alternatives

[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6276.8k](/packages/lizardmedia-module-varnish-warmer)[api-clients/pusher

Async first Pusher client

36157.7k1](/packages/api-clients-pusher)[leproxy/leproxy

LeProxy is the HTTP/SOCKS proxy server for everybody!

2212.5k1](/packages/leproxy-leproxy)[clue/socks

Async SOCKS proxy client and server (SOCKS4, SOCKS4a and SOCKS5)

611.0k](/packages/clue-socks)[rx/http

Http Client for RxPHP

221.5k2](/packages/rx-http)

PHPackages © 2026

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