PHPackages                             matecat/language-tools - 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. matecat/language-tools

ActiveLibrary

matecat/language-tools
======================

Language Tools

v1.0.5(5y ago)05MITPHPPHP &gt;=5.6CI failing

Since May 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mauretto78/language-tools)[ Packagist](https://packagist.org/packages/matecat/language-tools)[ Docs](https://github.com/mauretto78/language-tools)[ RSS](/packages/matecat-language-tools/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

Matecat Language Tools
======================

[](#matecat-language-tools)

This library can be used to apply the correct language styling to a string.

Supported languages
-------------------

[](#supported-languages)

- ja-JP (Japanese)
- zh-TW (Traditional Chinese)

Examples
--------

[](#examples)

Take a look at these few examples:

```
$wrong = "商号は「株式会社」等を省略せず記載してください （例：株式会社XXX） 。";

$pipeline = new Pipeline("ja-JP");

// this will return the string with the correct language style
// 商号は「株式会社」等を省略せず記載してください（例：株式会社XXX）。
$correct = $pipeline->process($wrong);
```

In case of non-supported language, the Pipeline will return the original string.

Commands
--------

[](#commands)

If you have an application which uses [Symfony Console](https://github.com/symfony/console), you have some commands available:

- `mlt:process` Process a string.

Support
-------

[](#support)

If you found an issue or had an idea please refer [to this section](https://github.com/mauretto78/language-tool/issues).

Authors
-------

[](#authors)

- **Mauro Cassani** - [github](https://github.com/mauretto78)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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 ~0 days

Total

6

Last Release

2187d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9a5ee22f08424377759a39efc8bc6db4d0460db2afb97b8d6c950c14a9d5666?d=identicon)[MateCat-bot](/maintainers/MateCat-bot)

---

Top Contributors

[![mauretto78](https://avatars.githubusercontent.com/u/10035321?v=4)](https://github.com/mauretto78 "mauretto78 (11 commits)")

---

Tags

phpMatecatlangauge tools

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/matecat-language-tools/health.svg)

```
[![Health](https://phpackages.com/badges/matecat-language-tools/health.svg)](https://phpackages.com/packages/matecat-language-tools)
```

###  Alternatives

[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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