PHPackages                             bundl/translation - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. bundl/translation

ActiveLibrary[Localization &amp; i18n](/categories/localization)

bundl/translation
=================

Cubex Bundle : translation

02.6kPHP

Since Nov 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/cubex-bundl/translation)[ Packagist](https://packagist.org/packages/bundl/translation)[ RSS](/packages/bundl-translation/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Translation Bundle
==================

[](#translation-bundle)

Project Configuration

\[bundl\\translation\] translator = Cubex\\I18n\\Translator\\Reversulator

register\_service\_as = bundl.translations factory = \\Cubex\\Database\\DatabaseFactory engine = mysql

hostname = localhost.dev username = root password = database = translations

SQL Setup

CREATE TABLE IF NOT EXISTS `approvers` ( `id` int(11) NOT NULL AUTO\_INCREMENT, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `name` varchar(50) NOT NULL, `email` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

CREATE TABLE IF NOT EXISTS `originals` ( `id` int(11) NOT NULL AUTO\_INCREMENT, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `lookup` mediumtext NOT NULL, PRIMARY KEY (`id`), KEY `lookup` (`lookup`(100)) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

CREATE TABLE IF NOT EXISTS `translations` ( `id` int(11) NOT NULL AUTO\_INCREMENT, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `original_id` int(11) NOT NULL, `language` varchar(6) NOT NULL, `translated` mediumtext NOT NULL, `approved` tinyint(4) NOT NULL, `approved_on` datetime NOT NULL, `approver_id` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `original_id` (`original_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

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/a2dc779402c4fa879b9f63159900da2a4c766661286182c4cecd66a7d4fc71ed?d=identicon)[bajbnet](/maintainers/bajbnet)

---

Top Contributors

[![bajb](https://avatars.githubusercontent.com/u/2241334?v=4)](https://github.com/bajb "bajb (10 commits)")

### Embed Badge

![Health badge](/badges/bundl-translation/health.svg)

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

PHPackages © 2026

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