yii2-extensions / localeurls
Automatic locale/language management for URLs.
Installs: 2 272
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-mbstring: *
- yiisoft/yii2: *
Requires (Dev)
- maglnet/composer-require-checker: ^4.6
- phpunit/phpunit: ^10.4
- yii2-extensions/phpstan: dev-main
This package is auto-updated.
Last update: 2024-10-20 14:56:38 UTC
README
Locale URLs
Installation
The preferred way to install this extension is through composer.
Either run
composer require --dev --prefer-dist yii2-extensions/localeurls
or add
"yii2-extensions/localeurls": "dev-main"
to the require-dev section of your composer.json
file.
Quality code
Support versions Yii2
Testing
Check the documentation testing to learn about testing.
Our social networks
License
The MIT License. Please see License File for more information.
Fork
This package is a fork of https://github.com/codemix/yii2-localeurls with some corrections.