Download the PHP package saxulum/saxulum-translation-provider without Composer
On this page you can find all versions of the php package saxulum/saxulum-translation-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package saxulum-translation-provider
saxulum-translation-provider
works with plain silex-php
Features
- Register translations
Requirements
- php >=5.3
- Symfony Config Component >=2.3
- Symfony Finder Component >=2.3
- Symfony Translation Component >=2.3
- Symfony Yaml Component >=2.3
Installation
Through Composer as saxulum/saxulum-translation-provider.
Silex
With translation cache (faster)
debug == true
: the cache file will be build at each loaddebug == false
: the cache file will be build if not exists, delete it if its out of sync
Without translation cache (slower)
Cilex
You need a service with key translator
which implements Symfony\Component\Translation\Translator
.
There is the silex ones as an example.
With translation cache (faster)
debug == true
: the cache file will be build at each loaddebug == false
: the cache file will be build if not exists, delete it if its out of sync
Without translation cache (slower)
Usage
Add the translation paths
All versions of saxulum-translation-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.9,<8.0
symfony/config Version ~2.3|~3.0
symfony/finder Version ~2.3|~3.0
symfony/translation Version ~2.3|~3.0
symfony/yaml Version ~2.3|~3.0
pimple/pimple Version >=2.1,<4
symfony/config Version ~2.3|~3.0
symfony/finder Version ~2.3|~3.0
symfony/translation Version ~2.3|~3.0
symfony/yaml Version ~2.3|~3.0
pimple/pimple Version >=2.1,<4
The package saxulum/saxulum-translation-provider contains the following files
Loading the files please wait ....