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)03.9k↓50%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 1mo ago

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

41

—

FairBetter than 89% of packages

Maintenance47

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

392d 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

[sinso/app-routes

Easy way to route rest-like URLs to your code

23110.0k1](/packages/sinso-app-routes)[hn/typo3-mcp-server

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

708.9k](/packages/hn-typo3-mcp-server)[sourcebroker/t3api

REST API for your TYPO3 project. Config with annotations, build in filtering, pagination, typolinks, image processing, serialization contexts, responses in Hydra/JSON-LD format.

3880.8k4](/packages/sourcebroker-t3api)[pixelant/pxa-social-feed

Add Facebook, Instagram, and Twitter feeds to your site.

2749.1k](/packages/pixelant-pxa-social-feed)[b13/slimphp-bridge

Provides a middleware for registering Slim PHP applications within TYPO3 Frontend Sites

2047.2k1](/packages/b13-slimphp-bridge)[kitodo/presentation

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

436.1k5](/packages/kitodo-presentation)

PHPackages © 2026

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