PHPackages                             libresign/espeak - 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. libresign/espeak

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

libresign/espeak
================

wrapper to espeak

11.5kPHP

Since Feb 27Pushed 2y ago5 watchersCompare

[ Source](https://github.com/LibreSign/espeak)[ Packagist](https://packagist.org/packages/libresign/espeak)[ RSS](/packages/libresign-espeak/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP wrapper for eSpeak NG
=========================

[](#php-wrapper-for-espeak-ng)

About eSpeak NG
---------------

[](#about-espeak-ng)

eSpeak is a free and open-source, cross-platform, compact, software speech synthesizer.

About eSpeak NG in this project
-------------------------------

[](#about-espeak-ng-in-this-project)

Thinking about accessibility for visually impaired users when they need to fill out the contact form. We decided to implement the eSpeak NG library, which has the functionality to speak captcha characters.

Example
-------

[](#example)

```
header('Content-Type: audio/wav');
header('Content-Disposition: inline;filename=captcha.wave');

echo (new Espeak())
        ->setOption('stdout')
        ->setOption('s', '110')
        ->setOption('v', (new Espeak())->getVoiceCode($_SERVER['HTTP_ACCEPT_LANGUAGE']))
        ->execute('Hello World');
```

Library Documentation
---------------------

[](#library-documentation)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.8% 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/79158919?v=4)[LibreSign](/maintainers/libresign)[@LibreSign](https://github.com/LibreSign)

---

Top Contributors

[![Any97Cris](https://avatars.githubusercontent.com/u/54338576?v=4)](https://github.com/Any97Cris "Any97Cris (18 commits)")[![vitormattos](https://avatars.githubusercontent.com/u/1079143?v=4)](https://github.com/vitormattos "vitormattos (4 commits)")

---

Tags

composercomposer-libraryespeakespeak-ngphpphp8

### Embed Badge

![Health badge](/badges/libresign-espeak/health.svg)

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

###  Alternatives

[laminas/laminas-uri

A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)

3838.6M106](/packages/laminas-laminas-uri)[ender/laravel-ueditor

A laravel package of ueditor,which is baidu's open source WYSIWYG editor

423.4k](/packages/ender-laravel-ueditor)

PHPackages © 2026

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