PHPackages                             netleak/log-control - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. netleak/log-control

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

netleak/log-control
===================

Logs control module for Nette.

v4.0.1(7mo ago)13.1kMITLattePHP &gt;=8.3

Since May 21Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/zendiik/logs-module)[ Packagist](https://packagist.org/packages/netleak/log-control)[ RSS](/packages/netleak-log-control/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (54)Used By (0)

Logs Control
============

[](#logs-control)

### Instalace

[](#instalace)

Nad projektem spusťte:

```
composer require netleak/log-control
```

Následně v presenteru vygenerujte komponentu:

```
public function createComponentLogs(string $name): void {
	$logs = new LogsControl(__DIR__ . '/../../../', '/'); // cesta k rootu aplikace, '/' je automatický prefix veřejné cesty k assetům

	// pokud chcete zakázat zobrazení logu warning.log a error.log
	// stačí přidat název souboru
	// zbytek ze složky s logy je automaticky zobrazen
	$logs->disableLogs('warning', 'error');

    $this->addComponent($logs, $name);
}
```

Vytvořte latte soubor a do něj inicializujte control:

```
{block content}
{control logs}
```

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance65

Regular maintenance activity

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

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

Recently: every ~145 days

Total

52

Last Release

213d ago

Major Versions

v1.30.1 → v2.0.02021-07-28

v2.1.2 → v3.0.02021-07-28

v2.1.4 → v3.0.42021-07-28

v2.1.5 → v3.0.62022-06-09

v3.x-dev → v4.0.12025-12-02

PHP version history (5 changes)v1.0PHP ^7.2

v1.10PHP ^7.1

v3.0.0PHP &gt;=7.4

v3.1.0PHP &gt;=8.1

v3.1.2PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dc747021397b2388088f32319350013753b83be922506b5d740020acc197c86?d=identicon)[Netleak](/maintainers/Netleak)

---

Top Contributors

[![zendiik](https://avatars.githubusercontent.com/u/10212768?v=4)](https://github.com/zendiik "zendiik (25 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/netleak-log-control/health.svg)

```
[![Health](https://phpackages.com/badges/netleak-log-control/health.svg)](https://phpackages.com/packages/netleak-log-control)
```

###  Alternatives

[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68637.6M655](/packages/nette-bootstrap)[nette/web-project

Nette: Standard Web Project

10993.3k](/packages/nette-web-project)[contributte/newrelic

NewRelic PHP agent integration for Nette Framework

20830.8k](/packages/contributte-newrelic)

PHPackages © 2026

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