appelis / translation
Integration of Symfony/Translation into Nette Framework Forked from kdyby/translation because we need nette 3 support
v3.0
2019-04-02 07:53 UTC
Requires
- php: ^5.6 || ^7.0
- latte/latte: ^2.4.6
- nette/caching: ^2.5
- nette/di: ^2.4.10
- nette/finder: ^2.4.1
- nette/http: ^2.4.7
- nette/neon: ^2.4.2
- nette/php-generator: ^2.6.3@dev || ^3.0
- nette/reflection: ^2.4.2
- nette/utils: ^2.4.5 || ^3.0
- psr/log: ^1.0
- symfony/config: ^3.4 || ^4.0
- symfony/translation: ^3.4 || ^4.0
Requires (Dev)
- kdyby/console: ^2.7
- kdyby/monolog: ^1.3
- mockery/mockery: ^1.0
- nette/application: ^2.4
- nette/bootstrap: ^2.4
- nette/forms: ^2.4
- nette/tester: ^2.0
- symfony/console: ^3.4 || ^4.0
- symfony/yaml: ^3.4 || ^4.0
- tracy/tracy: ^2.4
Suggests
- kdyby/console: If you wanna use extract command and much others, install also console.
- kdyby/monolog: Integration of Monolog into Nette Framework.
- symfony/locale: Locale component provides fallback code to handle cases when the intl extension is missing.
- symfony/yaml: If you wanna store translations in YAML format - supports multiline strings.
- tracy/tracy: Diagnostics tool from Nette
This package is not auto-updated.
Last update: 2026-06-18 16:54:30 UTC
README
Installation
The best way to install Kdyby/Translation is using the Composer:
$ composer require appelis/translation
Documentation
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/Translation.