Download the PHP package yii2-extensions/localeurls without Composer
On this page you can find all versions of the php package yii2-extensions/localeurls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yii2-extensions/localeurls
More information about yii2-extensions/localeurls
Files in yii2-extensions/localeurls
Download yii2-extensions/localeurls
More information about yii2-extensions/localeurls
Files in yii2-extensions/localeurls
Vendor yii2-extensions
Package localeurls
Short Description Automatic locale/language management for URLs.
License BSD-3-Clause
Package localeurls
Short Description Automatic locale/language management for URLs.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package localeurls
Locale URLs
A powerful URL manager extension that provides transparent language detection, persistence, and locale-aware URL generation for Yii applications.
Create SEO-friendly multilingual URLs with automatic language switching, GeoIP detection, and comprehensive fallback mechanisms.
Features
- ✅ Automatic Language Detection - From URL, browser headers, session, or GeoIP.
- ✅ Flexible Configuration - Supports language aliases, wildcards, and custom mappings.
- ✅ Language Persistence - Remembers user's language choice.
- ✅ SEO-Friendly URLs - Clean URLs like
/en/about
or/es/acerca
.
Quick start
Installation
How it works
- Detects language from URL path (
/es/about
→ Spanish). - Falls back to browser headers, session, or GeoIP.
- Adds language prefix to all generated URLs.
- Remember choice in session and cookie.
Basic Configuration
Replace your urlManager
component in config/web.php
.
Basic Usage
Automatic URL generation
Language switching
Current language access
Documentation
For detailed configuration options and advanced usage patterns.
- 📚 Installation Guide
- ⚙️ Configuration Reference
- 💡 Usage Examples
- 🧪 Testing Guide
Quality code
Our social networks
License
Fork
This package is a fork of https://github.com/codemix/yii2-localeurls with some corrections.
All versions of localeurls with dependencies
PHP Build Version
Package Version
The package yii2-extensions/localeurls contains the following files
Loading the files please wait ....