PHPackages                             yulinho/mediawikizhconverter - 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. yulinho/mediawikizhconverter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yulinho/mediawikizhconverter
============================

Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash

1.1.x-dev(8y ago)010MITPHPPHP &gt;=5.3.0

Since May 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/yulinho/mediawiki-zhconverter)[ Packagist](https://packagist.org/packages/yulinho/mediawikizhconverter)[ Docs](https://github.com/yulinho/mediawikizhconverter)[ RSS](/packages/yulinho-mediawikizhconverter/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

簡介
--

[](#簡介)

利用MediaWiki 作中文互換，支援不同地方中文用字上的分別(大陸、香港、台灣及新加坡)。

```
例子：

(簡 > 繁)

面包 > 麵包 (zh-tw)
寮国 > 老撾 (zh-hk)
中国人寿 > 中國人壽 (zh-hk)
罗纳尔多 > 朗拿度 (zh-hk)

(繁 > 簡)

記憶體 > 内存 (zh-cn)
布殊 > 布什 (zh-cn)
資料庫 > 数据库(zh-cn)

```

---

### 使用方法

[](#使用方法)

1. 下載 MediaWiki:
2. 解壓在路徑如：/var/lib/mediawiki-1.13.3
3. 下載 mediawiki-zhconverter，解壓及把 mediawiki-zhconverter.inc.php 抄到你 PHP 程序當中
4. 在你的程序中設定 MediaWiki 路徑, 及引用 mediawiki-zhconverter

    ```
     define("MEDIAWIKI_PATH", "/var/lib/mediawiki-1.6.10/");
     require_once "mediawiki-zhconverter.inc.php";

    ```
5. 作出轉換

    ```
     /*
         MediaWikiZhConverter::convert( "字詞", "轉換目標");
         轉換目標 = zh, zh-cn, zh-tw, zh-sg, zh-hk
     */

     echo MediaWikiZhConverter::convert("面包", "zh-tw");
     echo MediaWikiZhConverter::convert("記憶體", "zh-cn");
     echo MediaWikiZhConverter::convert("罗纳尔多", "zh-hk");

    ```
6. 完成

---

### 支援版本

[](#支援版本)

下列MediaWiki 版本已證實可以兼容本程式

- PHP4: 1.6.10, 1.6.11
- PHP5: 1.12.0, 1.13.3, 1.15.4

如非必要，請使用 *PHP5* 版本。

---

### 許可證

[](#許可證)

Copyright (C) 2011 tszming ()

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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

Unknown

Total

1

Last Release

3283d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5422175e29a9c80451bc095d4f381044967c28c5c82f24376e39f541a7ac520a?d=identicon)[yulinho](/maintainers/yulinho)

---

Top Contributors

[![tszming](https://avatars.githubusercontent.com/u/297416?v=4)](https://github.com/tszming "tszming (8 commits)")[![Zverik](https://avatars.githubusercontent.com/u/766031?v=4)](https://github.com/Zverik "Zverik (2 commits)")[![cornguo](https://avatars.githubusercontent.com/u/82341?v=4)](https://github.com/cornguo "cornguo (1 commits)")

---

Tags

cryptmediawikizhconverter

### Embed Badge

![Health badge](/badges/yulinho-mediawikizhconverter/health.svg)

```
[![Health](https://phpackages.com/badges/yulinho-mediawikizhconverter/health.svg)](https://phpackages.com/packages/yulinho-mediawikizhconverter)
```

###  Alternatives

[eden/core

Eden Core component full of secret sauce

14415.0k34](/packages/eden-core)[gerkirill/parallel-processing

Php library for easy object-oriented parallel processing

144.6k](/packages/gerkirill-parallel-processing)

PHPackages © 2026

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