PHPackages                             horaceho/tradize - 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. horaceho/tradize

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

horaceho/tradize
================

Convert a simplified Chinese string to a traditional Chinese array

v1.1.1(5y ago)133MITPHPPHP ^7.3|^8.0

Since Mar 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/horaceho/tradize)[ Packagist](https://packagist.org/packages/horaceho/tradize)[ Docs](https://github.com/horaceho/tradize)[ RSS](/packages/horaceho-tradize/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (2)Versions (7)Used By (0)

Tradize, for Laravel
====================

[](#tradize-for-laravel)

Convert a simplified Chinese (简体) string to a traditional Chinese (繁體) array of string(s), or inverse.

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

[](#installation)

```
composer require horaceho/tradize
```

Usage examples
--------------

[](#usage-examples)

简 → 繁

```
app('tradize')->convert('陈艳丽');

=> [
     "陳豔麗",
     "陳艷麗",
   ]

app('tradize')->convert('张小华');

=> [
     "張小華",
   ]
```

繁 → 简

```
app('tradize')->invert('陳艷麗');

=> [
     "陈艳丽",
   ]
```

Testing
-------

[](#testing)

```
composer test
```

Credit
------

[](#credit)

[BYVoid/OpenCC](https://github.com/BYVoid/OpenCC) for `data/dictionary/STCharacters.txt` and `data/dictionary/TSCharacters.txt`.

License
-------

[](#license)

The MIT License (MIT)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~7 days

Total

6

Last Release

1846d ago

Major Versions

v0.3 → v1.0.02021-03-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0774600990f04bccd589c67b1603febb6a2386cb9084dd6ede1d34ff5417e5c?d=identicon)[horaceho](/maintainers/horaceho)

---

Top Contributors

[![horaceho](https://avatars.githubusercontent.com/u/6657?v=4)](https://github.com/horaceho "horaceho (5 commits)")

---

Tags

horacehotradize

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/horaceho-tradize/health.svg)

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

PHPackages © 2026

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