PHPackages                             hmdshariati/persian-nts - 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. hmdshariati/persian-nts

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

hmdshariati/persian-nts
=======================

a Laravel Number to Speech package for Persian language

00PHP

Since Sep 7Pushed 3y agoCompare

[ Source](https://github.com/HamidShariati/persian-nts)[ Packagist](https://packagist.org/packages/hmdshariati/persian-nts)[ RSS](/packages/hmdshariati-persian-nts/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Persian Number to Speech
========================

[](#persian-number-to-speech)

a Laravel Number to Speech package for Persian language

Usage
-----

[](#usage)

```
use Dena\PersianNTS\PersianNTS;

$audio = (new PersianNTS)
    ->setNumber(1000)
    ->toToman()
    ->mergeInfront(storage_path('front.mp3'))
    ->mergeBehind(storage_path('behind.mp3'))
    ->getSpeech()
    ->setSavePath(storage_path('temp.mp3'))
    ->save()
    ->getSavePath();

return response()->file($audio, [
    "Content-Type" => "audio/mpeg"
]);
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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://www.gravatar.com/avatar/84eb62a2993e5694109cae157e9212915fb429c5f328fe6ce795a0a074e1a3f7?d=identicon)[hmdshariati](/maintainers/hmdshariati)

---

Top Contributors

[![dena-a](https://avatars.githubusercontent.com/u/4950968?v=4)](https://github.com/dena-a "dena-a (6 commits)")[![rivassh](https://avatars.githubusercontent.com/u/6438294?v=4)](https://github.com/rivassh "rivassh (2 commits)")

### Embed Badge

![Health badge](/badges/hmdshariati-persian-nts/health.svg)

```
[![Health](https://phpackages.com/badges/hmdshariati-persian-nts/health.svg)](https://phpackages.com/packages/hmdshariati-persian-nts)
```

###  Alternatives

[jolicode/ffi-uuid

Bind libuuid to PHP thanks to FFI

40127.3k](/packages/jolicode-ffi-uuid)[aloko/nova-persian-datepicker

Persian Datepicker for Laravel Nova.

203.5k](/packages/aloko-nova-persian-datepicker)[sdkconsultoria/base

Funciones basicas y auxiliares, para generar una página web rápidamente

161.3k](/packages/sdkconsultoria-base)

PHPackages © 2026

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