https://github.com/yii2-extensions/localeurls
Locale URLs
https://github.com/yii2-extensions/localeurls
localeurls yii2 yii2-extensions
Last synced: about 1 month ago
JSON representation
Locale URLs
- Host: GitHub
- URL: https://github.com/yii2-extensions/localeurls
- Owner: yii2-extensions
- License: mit
- Created: 2023-10-30T10:34:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T12:46:20.000Z (over 1 year ago)
- Last Synced: 2025-02-16T09:41:43.072Z (3 months ago)
- Topics: localeurls, yii2, yii2-extensions
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Locale URLs
## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
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
[](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml)
[](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml)
[](https://github.styleci.io/repos/711867018?branch=main)## Support versions Yii2
[](https://github.com/yiisoft/yii2/tree/2.0.49.3)
[](https://github.com/yiisoft/yii2/tree/2.2)## Testing
[Check the documentation testing](/docs/testing.md) to learn about testing.
## Our social networks
[](https://twitter.com/Terabytesoftw)
## License
The MIT License. Please see [License File](LICENSE.md) for more information.
## Fork
This package is a fork of [https://github.com/codemix/yii2-localeurls](https://github.com/codemix/yii2-localeurls) with some corrections.