{"id":19199808,"url":"https://github.com/libresign/espeak","last_synced_at":"2026-05-18T07:32:05.492Z","repository":{"id":223890368,"uuid":"760907512","full_name":"LibreSign/espeak","owner":"LibreSign","description":"espeak wrapper","archived":false,"fork":false,"pushed_at":"2024-02-27T16:30:57.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-22T00:07:27.721Z","etag":null,"topics":["composer","composer-library","espeak","espeak-ng","php","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LibreSign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-20T22:01:15.000Z","updated_at":"2024-02-27T16:26:02.000Z","dependencies_parsed_at":"2024-02-27T16:52:05.845Z","dependency_job_id":null,"html_url":"https://github.com/LibreSign/espeak","commit_stats":null,"previous_names":["libresign/espeak"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LibreSign/espeak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fespeak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fespeak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fespeak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fespeak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreSign","download_url":"https://codeload.github.com/LibreSign/espeak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fespeak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["composer","composer-library","espeak","espeak-ng","php","php8"],"created_at":"2024-11-09T12:29:03.876Z","updated_at":"2026-05-18T07:32:05.477Z","avatar_url":"https://github.com/LibreSign.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP wrapper for eSpeak NG\n\n## About eSpeak NG\n\neSpeak is a free and open-source, cross-platform, compact, software speech synthesizer.\n\n## About eSpeak NG in this project\n\nThinking about accessibility for visually impaired users when they need to fill out the contact form. We decided to implement the eSpeak NG library, which has the functionality to speak captcha characters.\n\n## Example\n\n```php\nheader('Content-Type: audio/wav');\nheader('Content-Disposition: inline;filename=captcha.wave');\n\necho (new Espeak())\n        -\u003esetOption('stdout')\n        -\u003esetOption('s', '110')\n        -\u003esetOption('v', (new Espeak())-\u003egetVoiceCode($_SERVER['HTTP_ACCEPT_LANGUAGE']))\n        -\u003eexecute('Hello World');\n```\n\n## Library Documentation\n\nhttps://github.com/espeak-ng/espeak-ng","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibresign%2Fespeak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibresign%2Fespeak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibresign%2Fespeak/lists"}