laravel-text-speak maintained by mpstr24
Laravel Text Speak
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