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 4w 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 13% 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

[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

114602.3k4](/packages/digital-creative-conditional-container)[climactic/laravel-credits

A ledger-based Laravel package for managing credit-based systems in your application.

32235.3k](/packages/climactic-laravel-credits)[sgolemon/table-flip

Essential exception class needed by every good project.

3403.5k2](/packages/sgolemon-table-flip)[kevinlebrun/slug.php

Slug helpers

4452.5k1](/packages/kevinlebrun-slugphp)

PHPackages © 2026

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