PHPackages                             enlitepro/enlite-russell-interpreter - 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. [Framework](/categories/framework)
4. /
5. enlitepro/enlite-russell-interpreter

ActiveLibrary[Framework](/categories/framework)

enlitepro/enlite-russell-interpreter
====================================

v1.0.2(11y ago)0644MITPHPPHP &gt;=5.4

Since Jan 13Pushed 11y ago4 watchersCompare

[ Source](https://github.com/enlitepro/enlite-russellInterpreter)[ Packagist](https://packagist.org/packages/enlitepro/enlite-russell-interpreter)[ RSS](/packages/enlitepro-enlite-russell-interpreter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

enlite-russellInterpreter-
==========================

[](#enlite-russellinterpreter-)

The ZF2 module for the module RussellInterpreter ()

INSTALL
=======

[](#install)

1. The recommended way to install is through composer.

```
{
    "require": {
        "enlitepro/enlite-russellInterpreter": "1.0.*"
    }
}
```

2. Add `EnliteRussellInterpreter` to your `config/application.config.php` to enable module.
3. Register interpreter in `InterpreterAbstractFactory`:

```
'EnliteRussellInterpreters' => [
        'youInterpreter' => [
            'use_default_extensions' => true,
            'extensions' => [
                'myFavoriteFunction' => ['synonym1', 'synonym2']
            ]
        ]
    ],
```

USAGE
=====

[](#usage)

New functions you must register in `ExtensionsManager` in `EnliteRussellInterpreterExtensionsManager` section:

```
'EnliteRussellInterpreterExtensionsManager' => array(
        'invokables' => array(
            'myFavoriteFunction' => 'MyModule\Extension\MyFavoriteFunction',
        )
    )
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~243 days

Total

3

Last Release

4016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6265ea04a3505d2b2a5efefebf9ba98cad2e59c5ce8af931f23aca39be0af2a2?d=identicon)[Sysanin](/maintainers/Sysanin)

---

Top Contributors

[![Sysaninster](https://avatars.githubusercontent.com/u/3197583?v=4)](https://github.com/Sysaninster "Sysaninster (13 commits)")[![dzyanis](https://avatars.githubusercontent.com/u/662253?v=4)](https://github.com/dzyanis "dzyanis (1 commits)")

---

Tags

frameworkparsermathzf2interpreterzendframework2

### Embed Badge

![Health badge](/badges/enlitepro-enlite-russell-interpreter/health.svg)

```
[![Health](https://phpackages.com/badges/enlitepro-enlite-russell-interpreter/health.svg)](https://phpackages.com/packages/enlitepro-enlite-russell-interpreter)
```

PHPackages © 2026

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