PHPackages                             3ev/tev\_label - 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. 3ev/tev\_label

ActiveTypo3-cms-extension

3ev/tev\_label
==============

3ev Label TYPO3 Extension

v3.0.6(7y ago)02002MITPHPPHP &gt;=5.5.0

Since Sep 20Pushed 5y ago10 watchersCompare

[ Source](https://github.com/3ev/tev_label)[ Packagist](https://packagist.org/packages/3ev/tev_label)[ Docs](https://github.com/3ev/tev_label)[ RSS](/packages/3ev-tev-label/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

\#Tev Label TYPO3 Extension

[![Latest Stable Version](https://camo.githubusercontent.com/51ef087b20e3bd149558227c8ff36e5f4d0bee4bd36952c7b37c8379f761bfb9/68747470733a2f2f706f7365722e707567782e6f72672f3365762f7465765f6c6162656c2f76657273696f6e)](https://packagist.org/packages/3ev/tev_label) [![License](https://camo.githubusercontent.com/a9bb85dbb5c803d7d09075596be2a5509ae043868744900424e829aec816470e/68747470733a2f2f706f7365722e707567782e6f72672f3365762f7465765f6c6162656c2f6c6963656e7365)](https://packagist.org/packages/3ev/tev_label)

> Allows management of functional labels through the database and list views.

\##Installation

```
$ composer require "3ev/tev_label"

```

\##Usage

Install the TYPO3 extension through the Extension Manager. You'll then be able to add Labels from the List View. Each label has a key and a value. We recommend using the `this.is.my.label` structure for keys, to mirror TYPO3's built in translation APIs. You can add Labels to any storage folder or page - they will be found globally.

\###View Helpers

Tev Label is intended for use in Fluid templates. It provides a single view helper, with which you can fetch a label and include it in your template:

```
{namespace tvl=Tev\TevLabel\ViewHelpers}

```

The `markers` array is a simple replacement for sections in your label. We recommend the convention of prefixing any markers in your labels with a single underscore.

\###Label Manager

If needed, you can an inject an instance of `Tev\TevLabel\LabelManager` into your Extbase classes. Instances of this class provide a `->get($key, $makers)` method, which is identical in functionality to the view helper.

\###Import labels from .ini files

If you've got a set of labels you want to quickly import into TYPO3, you can do so from the CLI using a `.ini` file of the structure:

```
my.label.one = "First label"
my.label.two = "Second label with _marker"
```

You can then run:

```
$ cli_dispatch.phpsh extbase label:import

```

This command will import all of the labels in the given file to the given Storage Folder. However, **existing labels will not be overriden** - only new labels will be imported.

\##License

MIT © 3ev

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 73.2% 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 ~157 days

Recently: every ~448 days

Total

17

Last Release

2104d ago

Major Versions

v1.1.3 → v2.0.02015-07-30

v2.0.1 → v3.0.02015-08-05

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

v2.0.0PHP &gt;=5.5.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/380e5682a659dee3eb84812db8fcb0433bcf70c460b2eeafd97d79b9f1646f03?d=identicon)[3ev](/maintainers/3ev)

---

Top Contributors

[![BenConstable](https://avatars.githubusercontent.com/u/817029?v=4)](https://github.com/BenConstable "BenConstable (30 commits)")[![szabi3ev](https://avatars.githubusercontent.com/u/41201104?v=4)](https://github.com/szabi3ev "szabi3ev (6 commits)")[![chris-3ev](https://avatars.githubusercontent.com/u/29535534?v=4)](https://github.com/chris-3ev "chris-3ev (2 commits)")[![muthukswamy](https://avatars.githubusercontent.com/u/2474969?v=4)](https://github.com/muthukswamy "muthukswamy (2 commits)")[![FareedDudhia](https://avatars.githubusercontent.com/u/2725530?v=4)](https://github.com/FareedDudhia "FareedDudhia (1 commits)")

### Embed Badge

![Health badge](/badges/3ev-tev-label/health.svg)

```
[![Health](https://phpackages.com/badges/3ev-tev-label/health.svg)](https://phpackages.com/packages/3ev-tev-label)
```

PHPackages © 2026

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