Download the PHP package pascalkleindienst/laravel-text-to-speech without Composer
On this page you can find all versions of the php package pascalkleindienst/laravel-text-to-speech. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pascalkleindienst/laravel-text-to-speech
More information about pascalkleindienst/laravel-text-to-speech
Files in pascalkleindienst/laravel-text-to-speech
Package laravel-text-to-speech
Short Description This is my package laravel-text-to-speech
License MIT
Homepage https://github.com/pascalkleindienst/laravel-text-to-speech
Informations about the package laravel-text-to-speech
🎵 Laravel Text To Speech
A simple and elegant Laravel package that converts text to speech using various TTS engines. Easily integrate voice synthesis into your Laravel applications with support for multiple languages, voices, and audio formats.
Features
- 🎤 Multiple TTS engine support
- 🌍 Multi-language compatibility
- 🔊 Customizable voice options
- ⚡️ Simple, fluent API
- 🚀 Easy Laravel integration
Perfect for creating accessible applications, voice notifications, audiobooks, or any project requiring speech synthesis.
📖️ Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Driver Prequisites
System Driver
When using the system driver, you need to install the following packages:
Google Driver
When using the google driver, you need to install the following packages:
💻 Usage
👨🔬 Testing
📝 Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Pascal Kleindienst
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-text-to-speech with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0