PHPackages                             geniv/nette-configurator - 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. geniv/nette-configurator

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

geniv/nette-configurator
========================

Configurator and translator component for Nette Framework

v4.2.8(7y ago)01.2kMITPHPPHP &gt;=7.0

Since May 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/geniv/nette-configurator)[ Packagist](https://packagist.org/packages/geniv/nette-configurator)[ RSS](/packages/geniv-nette-configurator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (45)Used By (0)

Configurator &amp; translator
=============================

[](#configurator--translator)

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

[](#installation)

```
$ composer require geniv/nette-configurator
```

or

```
"geniv/nette-configurator": "^4.0"
```

require:

```
"php": ">=7.0",
"nette/nette": ">=2.4",
"dibi/dibi": ">=3.0",
"geniv/nette-locale": ">=2.0",
"geniv/nette-search-content": ">=1.0",
"geniv/nette-translator": ">=2.0"
```

Include in application
----------------------

[](#include-in-application)

available source drivers:

- DevNullDriver (default values)
- DibiDriver (dibi + cache `_Configurator-DibiDriver`)

self translator class:

- ConfiguratorTranslator (cache `_Configurator-ConfiguratorTranslator`)

neon configure:

```
# configurator
configurator:
#   debugger: true
#   autowired: true
#    driver: Configurator\Drivers\DevNullDriver
    driver: Configurator\Drivers\DibiDriver(%tablePrefix%)
    translator: false
#    searchMask:
#       - *Translation.neon
    searchPath:
        - %appDir%/presenters/AppTranslation.neon
#    excludePath:
#        - CustomExcludeTranslation.neon
```

neon configure extension:

```
extensions:
    configurator: Configurator\Bridges\Nette\Extension
```

### description

[](#description)

internal combination `id_ident` and `id_locale` must by unique! type content is only like "*category*" or "*flag of type*"

Internal data are loading in **first** usage component.

Available interface: `IConfigurator`

usage:

```
protected function createComponentConfig(IConfigurator $configurator): IConfigurator
{
    // disable auto create ident
    //$configurator->setAutoCreate(false);
    return $configurator;
}
```

```
$this['config']->isEnable('ident'): bool;
$this['config']->getValue('ident'): mixed;

// echo value of ident
$this['config']->renderText('ident');
// return value of ident
$this['config']->renderText('ident', true);

// substitute logic
$this['config']->renderText('ident', null, 'arg');
$this['config']->renderText('ident', null, ['arg']);

// set data like translator
$this['config']->setTranslator('ident', 'text');
$this['config']->setEditor('ident', 'new text');

$this['config']->getDataByIdent('ident');
```

usage:

```
{control config:text 'web-title'}

{control config:text 'web-title', true}

{control config:text 'web-title', null, 'argument'}
{control config:text 'web-title', null, ['argument']}

{control config:text 'web-title'}

{control config:text 'web-title'}

{* long equivalent - WHY?!: *}
{control config:text 'web-title'}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Recently: every ~22 days

Total

43

Last Release

2616d ago

Major Versions

v1.1.2 → v2.0.02018-02-20

v2.2.1 → v3.0.02018-10-25

v3.2.3 → v4.2.32018-12-06

PHP version history (4 changes)v1.0PHP &gt;=5.6.0

v2.0.1PHP &gt;=7.0.0

v4.2.3PHP ^7.1

v4.2.4PHP &gt;=7.0

### Community

Maintainers

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

---

Top Contributors

[![geniv](https://avatars.githubusercontent.com/u/563659?v=4)](https://github.com/geniv "geniv (211 commits)")

---

Tags

netteconfiguratortranslatorgeniv

### Embed Badge

![Health badge](/badges/geniv-nette-configurator/health.svg)

```
[![Health](https://phpackages.com/badges/geniv-nette-configurator/health.svg)](https://phpackages.com/packages/geniv-nette-configurator)
```

###  Alternatives

[vojtech-dobes/nette-forms-gpspicker

Google Maps based picker of coordinates for Nette Framework.

2456.6k](/packages/vojtech-dobes-nette-forms-gpspicker)

PHPackages © 2026

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