koseduhemak/zf3-locale-router

Setup language-aware routes in Zend Framework 3 applications like f.e. www.example.com/de/my/uri for German or www.example.com/en/my/uri for English.

20220128a 2022-01-28 18:48 UTC

README

Build Status Coverage Status

This module is intended to implement URIs like http://www.example.com/de/path/path2 or http://www.example.com/en/path/path2 in your ZF3 application. To achieve this, multiple strategies can be used to extract the best suited locale for a user (and redirect him to the correct uri). This is f.e. necessary for SEO. If you need to extract the current locale, you can use \Locale::getDefault(); to return the current set locale (f.e. de_DE).

The strategies are processed in the order you configured them and is stopped as soon as the locale could be extracted.

Thanks to the creators of the modules https://github.com/basz/SlmLocale and https://github.com/xelax90/zf2-language-route, from which I took a little bit inspiration from.

If you like my module, you can buy me a beer or some coffee: https://www.paypal.me/koseduhemak

Installation

Install via composer:

$ composer require koseduhemak/zf3-locale-router

Usage

Read more about configuration options and different extracting / persisting strategies: configuration manual.

Buy me a beer / coffee

If you like my module, you can buy me a beer or some coffee: https://www.paypal.me/koseduhemak