PHPackages                             visol/translationapi - 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. [API Development](/categories/api)
4. /
5. visol/translationapi

ActiveTypo3-cms-extension[API Development](/categories/api)

visol/translationapi
====================

API to fetch translation units.

4.0.0(1y ago)04.0k↓56.3%11GPL-2.0-or-laterPHP

Since Sep 20Pushed 1y ago6 watchersCompare

[ Source](https://github.com/visol/ext-translationapi)[ Packagist](https://packagist.org/packages/visol/translationapi)[ RSS](/packages/visol-translationapi/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (10)Used By (1)

Translation API
===============

[](#translation-api)

This extension lets you fetch localized labels from TYPO3. It will automatically export labels as JSON from any `locallang.xlf` file, given its extension key.

How-To Use within Fluid
-----------------------

[](#how-to-use-within-fluid)

This extension is able to export the labels as JSON to be embedded into a HTML snippet:

```

        ...

```

### Options

[](#options)

- `?omitPrefix=yes` (default "`no`") will strip the prefix from the key. E.g. with "module" as prefix,

    key "module.foo.bar" will be returned as "foo.bar"
- `?expand=yes` (default "`no`") will "expand" the keys as subarrays:

    ```
    {
        "module.foo.bar.key1": "value1",
        "module.foo.bar.key2": "value2",
    }

    ```

    becomes

    ```
    {
        "module": {
            "foo": {
                "bar": {
                    "key1": "value1",
                    "key2": "value2"
                }
            }
        }
    }

    ```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance44

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~447 days

Recently: every ~778 days

Total

8

Last Release

438d ago

Major Versions

0.0.1 → 1.0.02016-09-22

1.2.0 → 2.0.02017-06-19

2.0.1 → 3.0.02022-06-17

3.0.0 → 4.0.02025-04-22

### Community

Maintainers

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

---

Top Contributors

[![xperseguers](https://avatars.githubusercontent.com/u/646805?v=4)](https://github.com/xperseguers "xperseguers (16 commits)")[![dhuf](https://avatars.githubusercontent.com/u/1814195?v=4)](https://github.com/dhuf "dhuf (4 commits)")[![fabarea](https://avatars.githubusercontent.com/u/620730?v=4)](https://github.com/fabarea "fabarea (4 commits)")[![jrenggli](https://avatars.githubusercontent.com/u/743094?v=4)](https://github.com/jrenggli "jrenggli (4 commits)")

---

Tags

typo3-extension

### Embed Badge

![Health badge](/badges/visol-translationapi/health.svg)

```
[![Health](https://phpackages.com/badges/visol-translationapi/health.svg)](https://phpackages.com/packages/visol-translationapi)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[hn/typo3-mcp-server

TYPO3 extension that provides a Model Context Protocol (MCP) server for interacting with TYPO3 pages and records

8523.4k1](/packages/hn-typo3-mcp-server)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[pagemachine/searchable

TYPO3 extension to index and search content with Elasticsearch

1039.9k](/packages/pagemachine-searchable)[thieleundklose/autotranslate

This extension provides automatic translation of pages and content elements via DeepL API.

1213.7k](/packages/thieleundklose-autotranslate)[kitodo/presentation

Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.

467.3k6](/packages/kitodo-presentation)

PHPackages © 2026

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