Download the PHP package cion/laravel-text-to-speech without Composer
On this page you can find all versions of the php package cion/laravel-text-to-speech. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cion/laravel-text-to-speech
More information about cion/laravel-text-to-speech
Files in cion/laravel-text-to-speech
Package laravel-text-to-speech
Short Description This package creates a shared API to easily use Text to Speech functionalities amongst different TTS providers.
License MIT
Homepage https://github.com/meemalabs/laravel-text-to-speech
Informations about the package laravel-text-to-speech
Text-To-Speech Package for Laravel
This is a Text-To-Speech package for Laravel. Its primary intention is to use a shared API to easily convert text to speech.
Currently, the only supported driver is Amazon Polly. We are exploring the option to soon support Google WaveNet. Feel free to start a discussion on any possible driver.
๐ก Usage
๐ Installation
You can install the package via composer:
The package will automatically register itself.
You can optionally publish the config file with:
Next, please add these keys to your .env
file:
The following is the content of the published config file:
๐งช Testing
๐ Changelog
Please see our releases page for more information on what has changed recently.
๐ช๐ผ Contributing
Please see CONTRIBUTING for details.
๐ Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
๐จ Security
Please review our security policy on how to report security vulnerabilities.
๐๐ผ Credits
- Chris Breuer
- Rigel Kent Carbonel
- Harlequin Doyon
- Folks at Meema Labs & CION
- All Contributors
๐ License
The MIT License (MIT). Please see LICENSE for more information.
Made with โค๏ธ by Meema, Inc.
All versions of laravel-text-to-speech with dependencies
aws/aws-sdk-php Version ^3.178
guzzlehttp/guzzle Version ^6.0|^7.0
illuminate/support Version 5.*|^6.0|^7.0|^8.0|^9.0|^10.0
ext-json Version *