Speaker A PHP library to convert text to speech using various web services

Getting Started

Providers

Google Provider

View the API Documentation for this class

The Google provider uses an unadvertised service from Google’s translation subdomain.

This provider is restricted to messages up to a maximum of 100 characters

The language used can be set via the constructor or the withLanguage() method:

$provider = new GoogleProvider("fr");

$provider = $provider->withLanguage("en");