2017 © Pedro Peláez
 

yii2-extension yii2-language

Yii2 module for language switching

image

hiqdev/yii2-language

Yii2 module for language switching

  • Monday, July 23, 2018
  • by hiqdev
  • Repository
  • 3 Watchers
  • 7 Stars
  • 6,041 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

Yii2 Language

Yii2 module for language switching, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

This Yii2 extension provides language switching module., (*3)

This extension provides:, (*4)

  • module with controller and language select action
    • auto detection of acceptable languages
    • saving selected language to cookie
  • widget for displaying language selection menu

Installation

The preferred way to install this yii2-extension is through composer., (*5)

Either run, (*6)

php composer.phar require "hiqdev/yii2-language"

or add, (*7)

"hiqdev/yii2-language": "*"

to the require section of your composer.json., (*8)

Usage

Example application configuration:, (*9)

    'modules' => [
        'language' => [
            'class' => \hiqdev\yii2\merchant\Module::class,
            'languages' => [
                'en' => 'English',
                'ru' => 'Русский',
            ],
        ],
    ],

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*10)

Copyright © 2016-2017, HiQDev (http://hiqdev.com/), (*11)

The Versions

23/07 2018

dev-master

9999999-dev https://github.com/hiqdev/yii2-language

Yii2 module for language switching

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

language yii2 module widget switcher extenstion

06/05 2017
06/12 2016

0.0.2

0.0.2.0 https://github.com/hiqdev/yii2-language

Yii2 module for language switching

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

language yii2 module widget switcher extenstion

24/10 2016

0.0.1

0.0.1.0 https://github.com/hiqdev/yii2-language

Yii2 module for language switching

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

language yii2 module widget switcher extenstion