mpstr24 / laravel-text-speak
Laravel package to allow text to text speak conversion
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
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: 2025-03-12 20:57:22 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