PHPackages                             sinso/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. [Localization &amp; i18n](/categories/localization)
4. /
5. sinso/translationapi

Abandoned → [visol/translationapi](/?search=visol%2Ftranslationapi)Typo3-cms-extension[Localization &amp; i18n](/categories/localization)

sinso/translationapi
====================

API to fetch translation units.

2.0.1(8y ago)09.8k1GPL-2.0+PHP

Since Sep 20Pushed 1y ago6 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (9)Used By (0)

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

36

—

LowBetter than 79% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

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

Recently: every ~125 days

Total

6

Last Release

3111d ago

Major Versions

0.0.1 → 1.0.02016-09-22

1.2.0 → 2.0.02017-06-19

### Community

Maintainers

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

---

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/sinso-translationapi/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)

PHPackages © 2026

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