PHPackages                             vrestihnat/title-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vrestihnat/title-control

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

vrestihnat/title-control
========================

Nette control for managing title in HTML header.

1.0.1(5y ago)0168BSD-3-ClausePHPPHP &gt;=7.4.0

Since Jan 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vrestihnat/title-control)[ Packagist](https://packagist.org/packages/vrestihnat/title-control)[ RSS](/packages/vrestihnat-title-control/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Title Control
=============

[](#title-control)

[![Build Status](https://github.com/vrestihnat/title-control/workflows/CI/badge.svg)](https://github.com/vrestihnat/title-control/actions?query=workflow%3ACI+branch%3Amain)[![Downloads this Month](https://camo.githubusercontent.com/c3f45be75292046d1bdfa616d42f6b1ee9e3fded0560fcace419c892fc38d0d8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f767265737469686e61742f7469746c652d636f6e74726f6c2e737667)](https://packagist.org/packages/vrestihnat/title-control)[![Latest stable](https://camo.githubusercontent.com/4413f0cff4e2a615f99453b337b7c5a80395b2b564505747356b58b4d2dd288c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f767265737469686e61742f7469746c652d636f6e74726f6c2e737667)](https://packagist.org/packages/vrestihnat/title-control)

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

[](#installation)

Via Composer:

```
$ composer require vrestihnat/title-control
```

Usage
-----

[](#usage)

First register the control factory in your config:

```
services:
    -
        implement: Vrestihnat\TitleControl\ITitleControlFactory
```

Use the control factory in your presenter:

```
protected function createComponentTitle(): Vrestihnat\TitleControl\TitleControl
{
    $control = $this->titleControlFactory->create();
    $control->setTitle('My title');
    return $control;
}
```

And render it in your Latte template:

```

    {control title}

    ...

```

We can also use multi title with a separator. Default separator is: ' | '

```
    $control->addItem('One')->addItem('Two'); // 'One | Two'
```

Change the separator:

```
    $control->setSeparator(' ~ ');
```

We can also use nette translator

###  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

Maturity55

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

Every ~0 days

Total

3

Last Release

1947d ago

Major Versions

0.0.1 → 1.0.02021-01-17

### Community

Maintainers

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

---

Top Contributors

[![vrestihnat](https://avatars.githubusercontent.com/u/10158847?v=4)](https://github.com/vrestihnat "vrestihnat (14 commits)")

---

Tags

netteheadercomponenttitle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vrestihnat-title-control/health.svg)

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

###  Alternatives

[nette/php-generator

🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.5 features.

2.2k64.2M576](/packages/nette-php-generator)[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[contributte/menu-control

Menu control for Nette framework

29108.6k1](/packages/contributte-menu-control)[carrooi/nette-menu

Menu control for Nette framework

2950.0k1](/packages/carrooi-nette-menu)[uestla/twigrid

Experimental DataGrid for Nette Framework

1712.3k2](/packages/uestla-twigrid)

PHPackages © 2026

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