adt/phraseapp

Installs: 11 356

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 0

Open Issues: 0

pkg:composer/adt/phraseapp

v1.6.3 2019-02-13 03:10 UTC

This package is auto-updated.

Last update: 2025-09-13 17:15:11 UTC


README

Import/export of PhraseApp translations.
Upstream push takes in account only default language.
Upstream push does not update translations (just adds).

Installation via composer

composer require adt/phraseapp

Recommended config in *.neon:

parameters:
	phraseapp:
		appId: <yourPhraseAppId>
		appDescription: <yourCompanyOrProjectDescriptionWithEmail>
		authToken: <authorizationToken>
		defaultCode: <shortLanguageCodeForExample 'cs'>

services:
	- ADT\PhraseApp(%phraseapp%)