{"id":18879580,"url":"https://github.com/statickidz/php-google-translate-free","last_synced_at":"2025-05-16T03:04:21.270Z","repository":{"id":29997614,"uuid":"33545103","full_name":"statickidz/php-google-translate-free","owner":"statickidz","description":"PHP class to use the Google Translator API for free.","archived":false,"fork":false,"pushed_at":"2024-08-22T10:33:10.000Z","size":110,"stargazers_count":272,"open_issues_count":5,"forks_count":89,"subscribers_count":27,"default_branch":"master","last_synced_at":"2024-10-30T01:01:28.689Z","etag":null,"topics":["api","google","php","translate","translation","translator"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statickidz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["statickidz"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-04-07T13:34:24.000Z","updated_at":"2024-10-27T06:49:32.000Z","dependencies_parsed_at":"2024-11-08T06:48:42.149Z","dependency_job_id":null,"html_url":"https://github.com/statickidz/php-google-translate-free","commit_stats":{"total_commits":45,"total_committers":7,"mean_commits":6.428571428571429,"dds":"0.19999999999999996","last_synced_commit":"29dc0b0110fcb78ba51fc2d983d638dbdd7fa439"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fphp-google-translate-free","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fphp-google-translate-free/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fphp-google-translate-free/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2Fphp-google-translate-free/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statickidz","download_url":"https://codeload.github.com/statickidz/php-google-translate-free/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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","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":["api","google","php","translate","translation","translator"],"created_at":"2024-11-08T06:37:45.302Z","updated_at":"2025-05-16T03:04:16.260Z","avatar_url":"https://github.com/statickidz.png","language":"PHP","funding_links":["https://github.com/sponsors/statickidz"],"categories":[],"sub_categories":[],"readme":"# PHP GoogleTranslate free ![tests workflow](https://github.com/statickidz/php-google-translate-free/actions/workflows/tests.yml/badge.svg)\n\n\nSimple PHP library for talking to Google's Translate API for free.\n\nEliminates IP request limitations\n\n## Installation\n\nInstall this package via [Composer](https://getcomposer.org/).\n\n```\ncomposer require statickidz/php-google-translate-free\n```\n\nOr edit your project's `composer.json` to require `statickidz/php-google-translate-free` and then run `composer update`.\n\n```json\n\"require\": {\n    \"statickidz/php-google-translate-free\": \"^1.2.1\"\n}\n```\n\n## Usage\n\n```php\nrequire_once ('vendor/autoload.php');\nuse \\Statickidz\\GoogleTranslate;\n\n$source = 'es';\n$target = 'en';\n$text = 'buenos días';\n\n$trans = new GoogleTranslate();\n$result = $trans-\u003etranslate($source, $target, $text);\n\n// Good morning\necho $result;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fphp-google-translate-free","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatickidz%2Fphp-google-translate-free","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fphp-google-translate-free/lists"}