PHPackages                             fagai/laravel-voicetext - 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. fagai/laravel-voicetext

ActiveLibrary

fagai/laravel-voicetext
=======================

27PHP

Since Jun 28Pushed 10y ago2 watchersCompare

[ Source](https://github.com/fagai/laravel-voicetext)[ Packagist](https://packagist.org/packages/fagai/laravel-voicetext)[ RSS](/packages/fagai-laravel-voicetext/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VoiceText API for Laravel
=========================

[](#voicetext-api-for-laravel)

[fagai/voicetext](https://github.com/fagai/php-voicetext) base laravel package.

Require System
--------------

[](#require-system)

- Laravel 5
- PHP 5.5.9~

Install
-------

[](#install)

```
composer require fagai/laravel-voicetext

```

adding config/app.php providers.

```
Fagai\VoiceText\ServiceProvider::class,

```

adding config/app.php aliases.

```
'VoiceText' => Fagai\VoiceText\Facade::class

```

install or update composer.

```
composer update

```

publish config files

```
php artisan vendor:publish --tag=config

```

Example
-------

[](#example)

```
$voice = app('voicetext');

$voice->speaker('hikari')
	->emotion('happiness')
	->emotion_level(2)
	->pitch(150)
	->speed(120)
	->volume(150)
	->text('今日も一日がんばるぞい！');

// get wav binary data
$binaryData = $voice->get();

```

License
-------

[](#license)

MIT License.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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/1772112?v=4)[fagai](/maintainers/fagai)[@fagai](https://github.com/fagai)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fagai-laravel-voicetext/health.svg)

```
[![Health](https://phpackages.com/badges/fagai-laravel-voicetext/health.svg)](https://phpackages.com/packages/fagai-laravel-voicetext)
```

PHPackages © 2026

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