An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        





Locale URLs





php-version


PHPUnit


PHPUnit


Codecov

## 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

[![static-analysis](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml/badge.svg)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml)
[![phpstan-level](https://img.shields.io/badge/PHPStan%20level-3-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml)
[![style-ci](https://github.styleci.io/repos/711867018/shield?branch=main)](https://github.styleci.io/repos/711867018?branch=main)

## Support versions Yii2

[![Yii20](https://img.shields.io/badge/Yii2%20version-2.0-blue)](https://github.com/yiisoft/yii2/tree/2.0.49.3)
[![Yii22](https://img.shields.io/badge/Yii2%20version-2.2-blue)](https://github.com/yiisoft/yii2/tree/2.2)

## Testing

[Check the documentation testing](/docs/testing.md) to learn about testing.

## Our social networks

[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](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.