{"id":29825889,"url":"https://github.com/421p/talker","last_synced_at":"2025-07-29T04:12:52.371Z","repository":{"id":54650498,"uuid":"149930859","full_name":"421p/talker","owner":"421p","description":"text to speech using google tts","archived":false,"fork":false,"pushed_at":"2018-09-23T00:17:46.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-25T21:07:46.743Z","etag":null,"topics":["google-text-to-speech","tts","tts-api","tts-engine"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/421p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-22T23:38:01.000Z","updated_at":"2022-08-08T13:54:58.000Z","dependencies_parsed_at":"2022-08-13T22:50:21.723Z","dependency_job_id":null,"html_url":"https://github.com/421p/talker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/421p/talker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/421p%2Ftalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/421p%2Ftalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/421p%2Ftalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/421p%2Ftalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/421p","download_url":"https://codeload.github.com/421p/talker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/421p%2Ftalker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267627269,"owners_count":24117716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-text-to-speech","tts","tts-api","tts-engine"],"created_at":"2025-07-29T04:12:51.620Z","updated_at":"2025-07-29T04:12:52.361Z","avatar_url":"https://github.com/421p.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talker\nText to speech using Google TTS\n\n## Installing\n\n```\ncomposer require 421p/talker\n```\n\n## Usage\n\n```php\nuse React\\EventLoop\\Factory;\nuse Talker\\Talker\\GoogleSpeechTalker;\nuse Talker\\Talker\\Response\\Mp3File;\n\nrequire __DIR__.'/vendor/autoload.php';\n\n$loop = Factory::create();\n\n$talker = new GoogleSpeechTalker($loop);\n\n[$hours, $minutes] = explode(':', date('H:i'));\n\n$time = sprintf(\n    'Current time is %d hours %d minutes', $hours, $minutes\n);\n\n$talker-\u003esay($time, GoogleSpeechTalker::LOCALE_EN_US)-\u003ethen(function (Mp3File $file) {\n    file_put_contents(__DIR__.'/test.mp3', $file-\u003egetContent());\n});\n\n$loop-\u003erun();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F421p%2Ftalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F421p%2Ftalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F421p%2Ftalker/lists"}