Download the PHP package remmel/i18n-routing-bundle without Composer

On this page you can find all versions of the php package remmel/i18n-routing-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package i18n-routing-bundle

Build Status

Full prefix per locale

That bundle allows you to configure host+prefix per locale.

For the following websites:

Minimum configuration

The configuration will be:

Translation configuration

To translate the route named "contact_page" in german :

Thus the route named _contactpage will be used when calling:

Optional configuration

To disable i18n feature for specific route: @Route("/api", options={"i18n"=false}) or

To enable the routes only for a subset of locales: @Route("/about", options={"i18n_locales"={"en", "de"}}) Thoses locales must be configured in jms_i18n_routing.locales

Installation

Download the Bundle

composer req remmel/i18n-routing-bundle

Enable the Bundle - For applications that don't use Symfony Flex :

Create configuration

Simple configuration with 2 "folders" :

When updating that config, it might be needed to clear cache: bin/console cache:clear
Check that configuration is fine running bin/console debug:router

Symfony demo app

Full Symfony application example

JMSI18nRoutingBundle vs Symfony i18n routing vs that extension

JMSI18nRoutingBundle

That code is based on JMSI18nRoutingBundle.
That fork has been simplified to only keep the code related to the prefix/host per locale.

Symfony

Symfony 4.1 now handle the translation of route and the prefix. Symfony 5.1 now handle the different host per locale. Thus, that extension is usefull if you want to externalize route translations (eg in routes.xx.yml).
That bundle will be useless when that feature will be implemented and translations externalized in routes.??.yml files.


All versions of i18n-routing-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
symfony/framework-bundle Version ^4.0 || ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package remmel/i18n-routing-bundle contains the following files

Loading the files please wait ....