Download the PHP package jenyak/i18n-routing-service-provider without Composer
On this page you can find all versions of the php package jenyak/i18n-routing-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jenyak/i18n-routing-service-provider
More information about jenyak/i18n-routing-service-provider
Files in jenyak/i18n-routing-service-provider
Download jenyak/i18n-routing-service-provider
More information about jenyak/i18n-routing-service-provider
Files in jenyak/i18n-routing-service-provider
Vendor jenyak
Package i18n-routing-service-provider
Short Description Silex i18n routing service provider.
License MIT
Package i18n-routing-service-provider
Short Description Silex i18n routing service provider.
License MIT
Keywords silexi18n routing
Please rate this library. Is it a good library?
Informations about the package i18n-routing-service-provider
I18n Routing Service Provider 
Silex i18n routing service provider inspired by JMSI18nRoutingBundle
Installation
Recommended installation is through composer. Just add
the following to your composer.json
file:
Silex 1.3
{
"require": {
"jenyak/i18n-routing-service-provider": "~1.0"
}
}
Silex 2
{
"require": {
"jenyak/i18n-routing-service-provider": "dev-master"
}
}
Registering
Parameters
- i18n_routing.translation_domain: Translation domain for routes. The default value is
routes
. - i18n_routing.locales: Routing locales. The default value is
array(en)
. - locale: Default routing locale. The default value is
en
.
Example
Matched URLs will be:
/test
- url for default locale without prefix
/hu/teszt
- url with prefix and translated
/ua/test
- url with prefix
All versions of i18n-routing-service-provider with dependencies
PHP Build Version
Package Version
The package jenyak/i18n-routing-service-provider contains the following files
Loading the files please wait ....