{"id":36994637,"url":"https://github.com/dayrev/synthesizer","last_synced_at":"2026-01-13T23:46:52.762Z","repository":{"id":56963764,"uuid":"87529838","full_name":"dayrev/synthesizer","owner":"dayrev","description":"Text-to-Speech Synthesizer","archived":false,"fork":false,"pushed_at":"2017-06-30T05:23:48.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-18T11:09:53.895Z","etag":null,"topics":["google","ispeech","php","polly","synthesizer","text-to-speech","tts","watson"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dayrev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-07T09:34:32.000Z","updated_at":"2022-06-09T23:11:32.000Z","dependencies_parsed_at":"2022-08-21T10:20:14.603Z","dependency_job_id":null,"html_url":"https://github.com/dayrev/synthesizer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dayrev/synthesizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayrev%2Fsynthesizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayrev%2Fsynthesizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayrev%2Fsynthesizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayrev%2Fsynthesizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dayrev","download_url":"https://codeload.github.com/dayrev/synthesizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayrev%2Fsynthesizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","ispeech","php","polly","synthesizer","text-to-speech","tts","watson"],"created_at":"2026-01-13T23:46:52.681Z","updated_at":"2026-01-13T23:46:52.753Z","avatar_url":"https://github.com/dayrev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synthesizer\n[![Build Status](https://travis-ci.org/dayrev/synthesizer.svg?branch=master)](https://travis-ci.org/dayrev/synthesizer)\n[![Coverage Status](https://coveralls.io/repos/github/dayrev/synthesizer/badge.svg?branch=master)](https://coveralls.io/github/dayrev/synthesizer?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/dayrev/synthesizer/v/stable.png)](https://packagist.org/packages/dayrev/synthesizer)\n\n## Overview\nSynthesizer provides an elegant interface to synthesize text to speech (audio url) using a variety of third-party providers.\n\n**Supported Providers:**\n\n * Amazon Polly\n * Google\n * IBM Watson\n * iSpeech\n\n## Installation\nRun the following [composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) command to add the package to your project:\n\n```\ncomposer require dayrev/synthesizer\n```\n\nAlternatively, add `\"dayrev/synthesizer\": \"^1.0\"` to your composer.json file.\n\n## Usage\n```php\n$provider = Provider::instance('amazon', [\n    'key' =\u003e 'YOUR_AMAZON_API_KEY',\n    'secret' =\u003e 'YOUR_AMAZON_API_SECRET',\n]);\n$content = $synthesizer-\u003esynthesize($text);\n\n$synthesizer = DayRev\\Synthesizer\\Provider::instance('google');\n$content = $synthesizer-\u003esynthesize($text);\n\n$synthesizer = DayRev\\Synthesizer\\Provider::instance('ibm', [\n    'username' =\u003e 'YOUR_IBM_USERNAME',\n    'password' =\u003e 'YOUR_IBM_PASSWORD',\n]);\n$content = $synthesizer-\u003esynthesize($text);\n\n$synthesizer = DayRev\\Synthesizer\\Provider::instance('ispeech', [\n    'apikey' =\u003e 'YOUR_ISPEECH_API_KEY'\n]);\n$content = $synthesizer-\u003esynthesize($text);\n```\n\n## Tests\nTo run the test suite, run the following commands from the root directory:\n\n```\ncomposer install\nvendor/bin/phpunit -d ibm_username=YOUR_IBM_USERNAME -d ibm_password=YOUR_IBM_PASSWORD -d ispeech_api_key=YOUR_ISPEECH_API_KEY -d amazon_api_key=YOUR_AMAZON_API_KEY -d amazon_api_secret=YOUR_AMAZON_API_SECRET\n```\n\n\u003e **Note:** API credentials are required when running the integration tests but the values don't have to be valid.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayrev%2Fsynthesizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdayrev%2Fsynthesizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayrev%2Fsynthesizer/lists"}