{"id":21802077,"url":"https://github.com/php-translation/phraseapp-adapter","last_synced_at":"2026-03-18T02:33:29.067Z","repository":{"id":50223472,"uuid":"79646629","full_name":"php-translation/phraseapp-adapter","owner":"php-translation","description":"Adapter for Phraseapp","archived":false,"fork":false,"pushed_at":"2021-06-01T14:10:19.000Z","size":53,"stargazers_count":2,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-30T15:39:50.040Z","etag":null,"topics":["phraseapp","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/php-translation.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-21T13:14:47.000Z","updated_at":"2021-06-01T13:10:42.000Z","dependencies_parsed_at":"2022-08-27T19:41:47.620Z","dependency_job_id":null,"html_url":"https://github.com/php-translation/phraseapp-adapter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/php-translation/phraseapp-adapter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fphraseapp-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fphraseapp-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fphraseapp-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fphraseapp-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-translation","download_url":"https://codeload.github.com/php-translation/phraseapp-adapter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-translation%2Fphraseapp-adapter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"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":["phraseapp","symfony-bundle"],"created_at":"2024-11-27T11:22:38.059Z","updated_at":"2026-03-18T02:33:29.026Z","avatar_url":"https://github.com/php-translation.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adapter for PhraseApp\n\n[![Latest Version](https://img.shields.io/github/release/php-translation/phraseapp-adapter.svg?style=flat-square)](https://github.com/php-translation/phraseapp-adapter/releases)\n[![Build Status](https://img.shields.io/travis/php-translation/phraseapp-adapter.svg?style=flat-square)](https://travis-ci.org/php-translation/phraseapp-adapter)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-translation/phraseapp-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/phraseapp-adapter)\n[![Quality Score](https://img.shields.io/scrutinizer/g/php-translation/phraseapp-adapter.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-translation/phraseapp-adapter)\n[![Total Downloads](https://img.shields.io/packagist/dt/php-translation/phraseapp-adapter.svg?style=flat-square)](https://packagist.org/packages/php-translation/phraseapp-adapter)\n\nThis is an PHP-translation adapter for PhraseApp ([phraseapp.com](https://phraseapp.com/)). \n\n## Install\n\n```bash\ncomposer require php-translation/phraseapp-adapter\n```\n\n## Symfony bundle\n\nIf you want to use the Symfony bundle you may activate it in kernel:\n\n```php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new Translation\\PlatformAdapter\\Phraseapp\\Bridge\\Symfony\\TranslationAdapterPhraseAppBundle(),\n    );\n}\n```\n\n### Example configuration\n\n``` yaml\n# /app/config/config.yml\ntranslation_adapter_phrase_app:\n    httplug_client: httplug.client.default\n    httplug_message_factory: httplug.message_factory.default\n    httplug_uri_factory: httplug.uri_factory.default\n    project_id: \u003cyour project id\u003e\n    locale_to_id_mapping:\n        de: \u003cde locale id\u003e\n        en: \u003cen locale id\u003e\n        fr: \u003cfr locale id\u003e\n    token: \u003cyour phrase app token\u003e\n    default_locale: en\n    domains: [\"\u003cyour\u003e\", \"\u003clist\u003e\", \"\u003cof\u003e\", \"\u003cdomains\u003e\"]\n```\n\nThis will produce a service named `php_translation.adapter.phrase_app` that could be used in the configuration for\nthe [Translation Bundle](https://github.com/php-translation/symfony-bundle).\n\n## Documentation\n\nRead our documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/).\n\n## Contribute\n\nDo you want to make a change? Pull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-translation%2Fphraseapp-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-translation%2Fphraseapp-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-translation%2Fphraseapp-adapter/lists"}