PHPackages                             amazeelabs/silverback\_translations - 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. amazeelabs/silverback\_translations

ActiveDrupal-module

amazeelabs/silverback\_translations
===================================

Provides a way for importing translation sources and exporting translated labels.

1.0.8(1y ago)022.9k↓41.7%[1 PRs](https://github.com/AmazeeLabs/silverback_translations/pulls)GPL-2.0+PHP

Since Apr 27Pushed 1y ago2 watchersCompare

[ Source](https://github.com/AmazeeLabs/silverback_translations)[ Packagist](https://packagist.org/packages/amazeelabs/silverback_translations)[ Docs](https://github.com/AmazeeLabs/silverback-mono/tree/development/packages/composer/amazeelabs/silverback_translations#readme)[ RSS](/packages/amazeelabs-silverback-translations/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

Silverback translations
=======================

[](#silverback-translations)

The silverback translations module allows the creation of string translation sources via an API endpoint where a POST request with JSON formatted data is allowed.

The endpoint is */translations/create/{context}* and can be used to create sources in a specific context (for example */translations/create/gatsby* to create sources in the *gatsby* context).

The format of the JSON string should be like that:

```
{
  "9a9+ww": {
    "defaultMessage": "Lorem ipsum dolor sit amet"
    "description": "Donec et nunc turpis"
  },
  "Qp1beM": {
    "defaultMessage": "Donec et nunc turpis. In mollis laoreet mi, eu interdum enim tempus sed."
  }
}

```

so it is a string that can be generated with the [formatjs](https://formatjs.io/) library. Each nested object in the JSON represent a source string. The *defaultMessage* property will be used as the source string label and the *description* property will be appended to the context of the string.

Endpoint access
---------------

[](#endpoint-access)

The request must be a POST request, done with an user which has the 'access create translation sources endpoint' permissions. The basic auth method can be used to authenticate the request.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

7

Last Release

617d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/501415?v=4)[Philipp Melab](/maintainers/pmelab)[@pmelab](https://github.com/pmelab)

---

Top Contributors

[![chindris](https://avatars.githubusercontent.com/u/902250?v=4)](https://github.com/chindris "chindris (1 commits)")

### Embed Badge

![Health badge](/badges/amazeelabs-silverback-translations/health.svg)

```
[![Health](https://phpackages.com/badges/amazeelabs-silverback-translations/health.svg)](https://phpackages.com/packages/amazeelabs-silverback-translations)
```

PHPackages © 2026

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