PHPackages                             agopaul/zf-linguo - 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. agopaul/zf-linguo

ActiveLibrary[Localization &amp; i18n](/categories/localization)

agopaul/zf-linguo
=================

Zend Framework 2 Module that provides multi-language routes capability

0121PHP

Since Jul 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/redokun/zf-linguo)[ Packagist](https://packagist.org/packages/agopaul/zf-linguo)[ RSS](/packages/agopaul-zf-linguo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Linguo
======

[](#linguo)

*True multi-lingual routes support for ZF2*

This zf2 module helps dealing with fully-localized URLS

Example
-------

[](#example)

Consider you have an action with two completely localized URLs

```
GET /en/contacts
GET /it/contatti

```

**module/Application/config/config.php**

```
