PHPackages                             colorium/text - 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. colorium/text

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

colorium/text
=============

Colorium Text Helpers

031PHP

Since Feb 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/colorium/text)[ Packagist](https://packagist.org/packages/colorium/text)[ RSS](/packages/colorium-text/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Colorium text helpers
=====================

[](#colorium-text-helpers)

Lang Helper
-----------

[](#lang-helper)

```
$langs = [
    'en' => [
        'demo.hello' => 'Hello !',
        'demo.pears' => 'Can you buy {number} pears, please ?'
    ]
];

use Colorium\Text\Lang;

Lang::load($langs, 'en');

echo Lang::get('demo.hello'); // Hello !
echo Lang::get('demo.pears', ['number' => 18]); // Can you buy 18 pears, please ?

```

Install
-------

[](#install)

`composer require colorium/text`

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![myeti](https://avatars.githubusercontent.com/u/4303536?v=4)](https://github.com/myeti "myeti (3 commits)")

### Embed Badge

![Health badge](/badges/colorium-text/health.svg)

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

###  Alternatives

[jacksleight/statamic-bard-texstyle

19204.2k](/packages/jacksleight-statamic-bard-texstyle)[craftyshadow/propel-equalnest-behavior

This behavior provides a way to define relations between objects that have equal hierarchy (friendship).

1531.6k](/packages/craftyshadow-propel-equalnest-behavior)[micropackage/ajax

Wrapper for WordPress' AJAX

1120.3k](/packages/micropackage-ajax)

PHPackages © 2026

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