{"id":21372981,"url":"https://github.com/hiqdev/yii2-language","last_synced_at":"2025-07-13T07:32:30.396Z","repository":{"id":54532520,"uuid":"65047890","full_name":"hiqdev/yii2-language","owner":"hiqdev","description":"Yii2 module for language switching","archived":false,"fork":false,"pushed_at":"2021-06-08T15:49:56.000Z","size":43,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-13T14:52:04.261Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiqdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-05T20:44:43.000Z","updated_at":"2023-08-05T14:56:38.000Z","dependencies_parsed_at":"2022-08-13T18:50:54.190Z","dependency_job_id":null,"html_url":"https://github.com/hiqdev/yii2-language","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fyii2-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fyii2-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fyii2-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiqdev%2Fyii2-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiqdev","download_url":"https://codeload.github.com/hiqdev/yii2-language/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225865489,"owners_count":17536462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-11-22T08:24:25.527Z","updated_at":"2024-11-22T08:24:26.261Z","avatar_url":"https://github.com/hiqdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 Language\n\n**Yii2 module for language switching**\n\n[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-language/v/stable)](https://packagist.org/packages/hiqdev/yii2-language)\n[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-language/downloads)](https://packagist.org/packages/hiqdev/yii2-language)\n[![Build Status](https://img.shields.io/travis/hiqdev/yii2-language.svg)](https://travis-ci.org/hiqdev/yii2-language)\n[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/yii2-language.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-language/)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-language.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-language/)\n[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-language/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-language/dev-master)\n\nThis [Yii2] extension provides language switching module.\n\nThis extension provides:\n\n- module with controller and language select action\n    - auto detection of acceptable languages\n    - saving selected language to cookie\n- widget for displaying language selection menu\n\n[yii2]: http://yiiframework.com/\n\n## Installation\n\nThe preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```sh\nphp composer.phar require \"hiqdev/yii2-language\"\n```\n\nor add\n\n```json\n\"hiqdev/yii2-language\": \"*\"\n```\n\nto the require section of your composer.json.\n\n## Usage\n\nExample application configuration:\n \n```php\n    'modules' =\u003e [\n        'language' =\u003e [\n            'class' =\u003e \\hiqdev\\yii2\\merchant\\Module::class,\n            'languages' =\u003e [\n                'en' =\u003e 'English',\n                'ru' =\u003e 'Русский',\n            ],\n        ],\n    ],\n```\n\n## License\n\nThis project is released under the terms of the BSD-3-Clause [license](LICENSE).\nRead more [here](http://choosealicense.com/licenses/bsd-3-clause).\n\nCopyright © 2016-2017, HiQDev (http://hiqdev.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fyii2-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiqdev%2Fyii2-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiqdev%2Fyii2-language/lists"}