estasi / translator
Provides translation of your app's messages.
Installs: 1
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/estasi/translator
Requires
- php: ^7.4
Suggests
- laminas/laminas-i18n: ^2.10 provides the ability to translate using a Laminas translator
- symfony/translation: ^5.0 provides the ability to translate using a Symfony translator
This package is auto-updated.
Last update: 2025-09-20 21:01:09 UTC
README
Estasi\Translator - internationalization system using the GNU gettext and/or ICU MessageFormat libraries.
Currently, there is no native implementation, you must use one of the following components (via the appropriate adapters):
- Symfony Translation Component:
composer require symfony/translation
- Laminas i18n Component:
composer require laminas/laminas-i18n
Installation
To install with a composer:
composer require estasi/translator
Requirements
- PHP 7.4 or newer
License
All contents of this package are licensed under the BSD-3-Clause license.