mpstr24/laravel-text-speak

Laravel package to allow text to text speak conversion

v1.0.0 2025-03-12 20:58 UTC

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.

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