An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Adapter for PhraseApp

[![Latest Version](https://img.shields.io/github/release/php-translation/phraseapp-adapter.svg?style=flat-square)](https://github.com/php-translation/phraseapp-adapter/releases)
[![Build Status](https://img.shields.io/travis/php-translation/phraseapp-adapter.svg?style=flat-square)](https://travis-ci.org/php-translation/phraseapp-adapter)
[![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)
[![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)
[![Total Downloads](https://img.shields.io/packagist/dt/php-translation/phraseapp-adapter.svg?style=flat-square)](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.