tenolo / translation-bundle
Adds a translation manager to tenolo components.
Installs: 130
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ~5.6|~7.0
- doctrine/common: ~2.6
- doctrine/orm: ~2.5
- symfony/config: ~2.8|~3.4|~4.0
- symfony/console: ~2.8|~3.4|~4.0
- symfony/dependency-injection: ~2.8|~3.4|~4.0
- symfony/doctrine-bridge: ~2.8|~3.4|~4.0
- symfony/filesystem: ~2.8|~3.4|~4.0
- symfony/finder: ~2.8|~3.4|~4.0
- symfony/form: ~2.8|~3.4|~4.0
- symfony/framework-bundle: ~2.8|~3.4|~4.0
- symfony/http-kernel: ~2.8|~3.4|~4.0
- symfony/options-resolver: ~2.8|~3.4|~4.0
- symfony/translation: ~2.8|~3.4|~4.0
- symfony/validator: ~2.8|~3.4|~4.0
- tenolo/entity-bundle: ~1.0
This package is auto-updated.
Last update: 2024-10-19 22:22:31 UTC
README
Translation Bundle
Stores translations in the database
Install instructions
First you need to add tenolo/translation-bundle
to composer.json
:
Let Composer do it for you.
$ composer require tenolo/translation-bundle
or do it manually
{ "require": { "tenolo/translation-bundle": "~2.0" } }
Please note that dev-master
latest development version.
Of course you can also use an explicit version number, e.g., 2.0.*
.
Usage
...