https://github.com/php-translation/phraseapp-adapter
Adapter for Phraseapp
https://github.com/php-translation/phraseapp-adapter
phraseapp symfony-bundle
Last synced: 3 months ago
JSON representation
Adapter for Phraseapp
- Host: GitHub
- URL: https://github.com/php-translation/phraseapp-adapter
- Owner: php-translation
- License: mit
- Created: 2017-01-21T13:14:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T14:10:19.000Z (about 5 years ago)
- Last Synced: 2025-10-30T15:39:50.040Z (8 months ago)
- Topics: phraseapp, symfony-bundle
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Adapter for PhraseApp
[](https://github.com/php-translation/phraseapp-adapter/releases)
[](https://travis-ci.org/php-translation/phraseapp-adapter)
[](https://scrutinizer-ci.com/g/php-translation/phraseapp-adapter)
[](https://scrutinizer-ci.com/g/php-translation/phraseapp-adapter)
[](https://packagist.org/packages/php-translation/phraseapp-adapter)
This is an PHP-translation adapter for PhraseApp ([phraseapp.com](https://phraseapp.com/)).
## Install
```bash
composer require php-translation/phraseapp-adapter
```
## Symfony bundle
If you want to use the Symfony bundle you may activate it in kernel:
```php
locale_to_id_mapping:
de:
en:
fr:
token:
default_locale: en
domains: ["", "", "", ""]
```
This will produce a service named `php_translation.adapter.phrase_app` that could be used in the configuration for
the [Translation Bundle](https://github.com/php-translation/symfony-bundle).
## Documentation
Read our documentation at [http://php-translation.readthedocs.io](http://php-translation.readthedocs.io/en/latest/).
## Contribute
Do you want to make a change? Pull requests are welcome.