PHPackages                             izzle/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. izzle/translation

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

izzle/translation
=================

Izzle Translation Library and Classes

0.3.1(5y ago)0831MITPHPPHP &gt;=7.1CI failing

Since Dec 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/izzle-org/translation-lib)[ Packagist](https://packagist.org/packages/izzle/translation)[ Docs](http://www.izzle.org)[ RSS](/packages/izzle-translation/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (10)Used By (1)

Izzle Translation Lib
=====================

[](#izzle-translation-lib)

> Simple Translation Lib

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

[](#installation)

> Using npm:

```
$ composer require izzle/translation
```

Usage
-----

[](#usage)

```
use Izzle\Translation\Services\Translation;

// Init and load translation file
$translation = new Translation('paht_to_file.json');

// Translate
// Ex. { "global": { "hello": "Hello {0}" } }"
echo $translation->translate('global.hello', ['World']);
```

### Output

[](#output)

```
Hello World

```

License
-------

[](#license)

Copyright (c) 2020-present Izzle

[MIT License](http://en.wikipedia.org/wiki/MIT_License)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Recently: every ~90 days

Total

8

Last Release

1835d ago

PHP version history (2 changes)0.0.1PHP &gt;=5.6.0

0.2.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8366df1d677bf0046c77cbfb70dd34246633b34823e9468a3ff30768ec7334fc?d=identicon)[sicbb](/maintainers/sicbb)

---

Top Contributors

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

---

Tags

i18ntranslation

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[jenssegers/date

A date library to help you work with dates in different languages

1.8k11.2M80](/packages/jenssegers-date)[gettext/gettext

PHP gettext manager

70530.2M102](/packages/gettext-gettext)[fightbulc/moment

Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js

9693.2M10](/packages/fightbulc-moment)[jms/translation-bundle

Puts the Symfony Translation Component on steroids

42510.8M63](/packages/jms-translation-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[sonata-project/translation-bundle

SonataTranslationBundle

771.7M10](/packages/sonata-project-translation-bundle)

PHPackages © 2026

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