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
- v3.0
- v2.5.2
- v2.5.1
- v2.5.0
- dev-master / 2.4.x-dev
- v2.4.0
- dev-nette-2.3 / 2.3.x-dev
- v2.3.1
- v2.3.0
- v2.2.0
- dev-nette-2.2 / 2.1.x-dev
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1
- v1.0
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- dev-db-driver
- dev-nette-2.1
- dev-nette-2.0
- dev-messageCompiler
This package is not auto-updated.
Last update: 2024-11-21 09:37:07 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.