PHPackages                             frankdejonge/symfony-i18n-routing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. frankdejonge/symfony-i18n-routing

Abandoned → [symfony/routing](/?search=symfony%2Frouting)ArchivedLibrary[Localization &amp; i18n](/categories/localization)

frankdejonge/symfony-i18n-routing
=================================

Internationalised routing for Symfony 4

0.0.7(8y ago)152.8k1MITPHPPHP ^7.1.3

Since Feb 5Pushed 8y agoCompare

[ Source](https://github.com/frankdejonge/symfony-i18n-routing)[ Packagist](https://packagist.org/packages/frankdejonge/symfony-i18n-routing)[ RSS](/packages/frankdejonge-symfony-i18n-routing/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (9)Versions (8)Used By (0)

Internationalized routing for Symfony 4
=======================================

[](#internationalized-routing-for-symfony-4)

> This bundle provides i18n routing for Symfony 4.

[![Author](https://camo.githubusercontent.com/b9e526851cdefc2067ee75a43fd0c07644f5b9a88111e7ca05e6457f906524a4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406672616e6b64656a6f6e67652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/frankdejonge)[![Build Status](https://camo.githubusercontent.com/f04f0ef684ea5fde7a2e705f37c33d87b9fe92c8dc1c5079b828d9557bdd2f82/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6672616e6b64656a6f6e67652f73796d666f6e792d6931386e2d726f7574696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/frankdejonge/symfony-i18n-routing)[![Coverage Status](https://camo.githubusercontent.com/a5ab001d79729de5baefbab9c106b9fec7a8506293bf6a62cb1be5ff6d46345f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6672616e6b64656a6f6e67652f73796d666f6e792d6931386e2d726f7574696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/frankdejonge/symfony-i18n-routing/code-structure)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/3706148bbb8b30a2bf4eb6f7672d3bcc168933caa3c3116d6ca08e9fc3e4738d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6672616e6b64656a6f6e67652f73796d666f6e792d6931386e2d726f7574696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/frankdejonge/symfony-i18n-routing)[![Total Downloads](https://camo.githubusercontent.com/2778bfa356e97d414a9c9d31b2d21d7fe3cef03eb102115dd2084ba1881f991e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6672616e6b64656a6f6e67652f73796d666f6e792d6931386e2d726f7574696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/frankdejonge/symfony-i18n-routing)

Purpose
-------

[](#purpose)

This bundle provides a method of internationalization of route definitions. This means you can define a path per locale and still have them route to the same controller action.

Installation
------------

[](#installation)

```
composer req frankdejonge/symfony-i18n-routing
```

Register the bundle in `bundles.php`

```
