mpstr24 / laravel-text-speak
Laravel package to allow text to text speak conversion
Package info
github.com/MPSTR24/laravel-text-speak
Type:package
pkg:composer/mpstr24/laravel-text-speak
v1.0.0
2025-03-12 20:58 UTC
Requires
- php: ^8.0
Requires (Dev)
- larastan/larastan: ^2.0 || ^3.0
- laravel/pint: ^1.14
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^2.0 || ^3.0
- pestphp/pest-plugin-laravel: ^2.0 || ^3.0
- phpunit/phpunit: ^9.4|^10.1|^11.5
This package is auto-updated.
Last update: 2026-03-12 23:16:21 UTC
README
This package is designed build upon Str to allow you to convert text to text speak e.g. converting E's to 3's.
Installation
Install the package via Composer:
composer require mpstr24/laravel-text-speak
Usage/Examples
Basic usage.
To use just to.
$text = Str::textSpeak('hello world'); echo $text
Which will output
h3ll0 w0rld
Roadmap
- Larastan goals
- 5
- 6
- 7
- 8
- 9