Looking to hire Laravel developers? Try LaraJobs

laravel-text-speak maintained by mpstr24

Description
Laravel package to allow text to text speak conversion
Author
Last update
2025/03/12 21:58 (v1.0.0)
License
Downloads
1
Tags

Comments
comments powered by Disqus

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.

GitHub Actions Workflow Status Packagist Version Packagist Downloads

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

License

MIT