PHPackages                             wikifab/simple-language-selector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wikifab/simple-language-selector

ActiveMediawiki-extension[Utility &amp; Helpers](/categories/utility)

wikifab/simple-language-selector
================================

Mediawiki extension to automatically set page language at page creation with current user language.

1.2.0(7y ago)03.0k[1 issues](https://github.com/Wikifab/ext-SimpleLanguageSelector/issues)[1 PRs](https://github.com/Wikifab/ext-SimpleLanguageSelector/pulls)PHP

Since Aug 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Wikifab/ext-SimpleLanguageSelector)[ Packagist](https://packagist.org/packages/wikifab/simple-language-selector)[ RSS](/packages/wikifab-simple-language-selector/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (11)Used By (0)

SimpleLanguageSelector
----------------------

[](#simplelanguageselector)

SimpleLanguageSelector is a mediawiki extension add an icone with a language chooser. It is optimized for chameleon and Wikifab.

To be used with Translate extension.

This uses Flags to select Languages. Note that this is not a good way to select languages (flags represents countries, not languages) But you may still want to use flags...

Installation
------------

[](#installation)

It requires wikifab chameleon skin.

Extract extension and place it in the 'extensions' directory of your installation. (the directory namme must be 'SimpleLanguageSelector')

Load extension and enable setting page Language in DB in file LocalSetting.php, et configure UniversalLanguageExtension to be enable, and not displayd :

```
wfLoadExtension( 'SimpleLanguageSelector' );

```

Configuration
-------------

[](#configuration)

Set the languages to use with $wgSimpleLangageSelectionLangList:

```
$wgSimpleLangageSelectionLangList = ['fr', 'en', 'es'];

```

availables lang :

- de
- en
- es
- fr
- it
- pt
- sv

To add link to translate wikifab, add this config in LocalSettings.php :

```
$wgSimpleLangageSelectionShowTranslateLink = true;

```

How to add an available lang :
------------------------------

[](#how-to-add-an-available-lang-)

- add flag png to flags dir (use one from flags/countries)
- add css : (example for FR ) #pt-language .sls-trigger.lang-fr { /\* @embed \*/ background-image: url('flags/fr.png') }

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~82 days

Recently: every ~124 days

Total

9

Last Release

2588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26b7c13f6509e6d6fdcddbc50c1e8e3d3bbd8dc905f84c83203687549a37dc15?d=identicon)[pyro853](/maintainers/pyro853)

---

Top Contributors

[![pierreboutet](https://avatars.githubusercontent.com/u/447459?v=4)](https://github.com/pierreboutet "pierreboutet (13 commits)")[![Exxelo](https://avatars.githubusercontent.com/u/33803181?v=4)](https://github.com/Exxelo "Exxelo (1 commits)")

### Embed Badge

![Health badge](/badges/wikifab-simple-language-selector/health.svg)

```
[![Health](https://phpackages.com/badges/wikifab-simple-language-selector/health.svg)](https://phpackages.com/packages/wikifab-simple-language-selector)
```

###  Alternatives

[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)[ramazancetinkaya/byte-formatter

A modern PHP library for formatting and parsing byte values with precision and flexibility.

144.6k](/packages/ramazancetinkaya-byte-formatter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
