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

ActiveLibrary[Framework](/categories/framework)

geniv/nette-minified
====================

Minified version of Nette Framework

v1.0.1(7y ago)030MITPHP &gt;=5.6

Since Feb 14Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

Nette minified
==============

[](#nette-minified)

Minified version of Nette Framework, revision: 2.4-20180918

via:

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

[](#installation)

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

or

```
"geniv/nette-minified": "^1.0"
```

require:

```
"php": ">=5.6"
```

usage:

```
use Nette\Utils\Html;
use Tracy\Debugger;

// vnuceni hlavicky
header('Content-Type: text/html; charset=UTF-8');

if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
    die('Neexistuje obsah slozky vendor! Zpracujte prosim composer!');
}
// nacteni nette
require __DIR__ . '/vendor/autoload.php';

// zapnuti ladenky
Debugger::enable(null, __DIR__ . '/log');

try {

    // pokusny text
    echo Html::el('strong')->setText('It works!');

} catch (Exception $e) {
    Debugger::log($e);  // log exception
}
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

2783d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6.0

v1.0.1PHP &gt;=5.6

### 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 (18 commits)")

---

Tags

nettegenivminified

### Embed Badge

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

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

###  Alternatives

[nette/di

💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.

92541.9M1.7k](/packages/nette-di)[nette/bootstrap

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

68738.2M686](/packages/nette-bootstrap)

PHPackages © 2026

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