PHPackages                             pikl-cz/config-params - 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. pikl-cz/config-params

ActiveLibrary

pikl-cz/config-params
=====================

Gettery pro informace z contextu nette aplikace.

1.0.0(9y ago)0161MITPHPPHP &gt;=5.3.2

Since May 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pikl-cz/config-params)[ Packagist](https://packagist.org/packages/pikl-cz/config-params)[ RSS](/packages/pikl-cz-config-params/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

config-params
=============

[](#config-params)

Gettery pro zjištění v jakých módech je nette aplikace.

instalace
=========

[](#instalace)

```
composer require pikl-cz/config-params

```

implementace v config.neon
==========================

[](#implementace-v-configneon)

```
extensions:
    - Pikl\DI\ConfigParamsExtension

```

použití
=======

[](#použití)

```
use Pikl\ConfigParams;

class BasePresenter extends Nette\Application\UI\Presenter {

	/** @var Pikl\ConfigParams */
	public $configParams;

	public function injectConfigParams(ConfigParams $configParams) {
        	$this->configParams = $configParams;
    	}

	function startup() {
		parent::startup();
		$this->template->debugMode = $this->configParams->getDebugMode();
	}

}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3286d ago

### Community

Maintainers

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

---

Top Contributors

[![pikl-cz](https://avatars.githubusercontent.com/u/11502547?v=4)](https://github.com/pikl-cz "pikl-cz (14 commits)")

---

Tags

confignetteparams

### Embed Badge

![Health badge](/badges/pikl-cz-config-params/health.svg)

```
[![Health](https://phpackages.com/badges/pikl-cz-config-params/health.svg)](https://phpackages.com/packages/pikl-cz-config-params)
```

###  Alternatives

[nette/schema

📐 Nette Schema: validating data structures against a given Schema.

1.0k336.4M125](/packages/nette-schema)[jbzoo/data

An extended version of the ArrayObject object for working with system settings or just for working with data arrays

891.6M23](/packages/jbzoo-data)[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30179.4k2](/packages/vojtech-dobes-nette-ajax-history)[majkl578/nette-identity-doctrine

Integration of entities implementing IIdentity in Nette 2

28119.1k](/packages/majkl578-nette-identity-doctrine)[vojtech-dobes/nette-forms-gpspicker

Google Maps based picker of coordinates for Nette Framework.

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

Nette modules on the Steroids

1361.6k3](/packages/flame-modules)

PHPackages © 2026

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