PHPackages                             rezozero/xilofone-plugin - 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. rezozero/xilofone-plugin

ActiveComposer-plugin

rezozero/xilofone-plugin
========================

1.0.0(1y ago)03.4k↓29.2%PHPPHP &gt;=8.0

Since Sep 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/rezozero/xilofone-plugin)[ Packagist](https://packagist.org/packages/rezozero/xilofone-plugin)[ RSS](/packages/rezozero-xilofone-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (4)Used By (0)

rezozero/xilofone-plugin
========================

[](#rezozeroxilofone-plugin)

Fetch XLIFF translations files from xilofone.rezo-zero.com and update them in your PHP project.

Plugin will download translations files each time you run `composer update`. Or you can run it manually with:

```
composer xilofone:fetch-files
```

### Install

[](#install)

```
composer require --dev rezozero/xilofone-plugin
```

### Configuration

[](#configuration)

Add the following configuration in your `composer.json` file:

```
{
    "extra": {
        "xilofone": {
            "file_id": "30",
            "destination_folder": "translations"
        }
    },
    "config": {
        "allow-plugins": {
            "rezozero/xilofone-plugin": true
        }
    }
}
```

Then add your secret credentials in your project `.env.local` file:

```
XILOFONE_PLUGIN_USERNAME=username
XILOFONE_PLUGIN_PASSWORD=password
```

### Multiple files

[](#multiple-files)

You can fetch multiple files by adding them in your `composer.json` file:

```
{
    "extra": {
        "xilofone": {
            "files": [
                {
                    "file_id": "30",
                    "destination_folder": "translations"
                },
                {
                    "file_id": "31",
                    "destination_folder": "translations"
                }
            ]
        }
    }
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

532d ago

Major Versions

0.1.1 → 1.0.02024-12-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/380026?v=4)[Ambroise Maupate](/maintainers/ambroisemaupate)[@ambroisemaupate](https://github.com/ambroisemaupate)

---

Top Contributors

[![ambroisemaupate](https://avatars.githubusercontent.com/u/380026?v=4)](https://github.com/ambroisemaupate "ambroisemaupate (6 commits)")

### Embed Badge

![Health badge](/badges/rezozero-xilofone-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/rezozero-xilofone-plugin/health.svg)](https://phpackages.com/packages/rezozero-xilofone-plugin)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15224.3M65](/packages/opensearch-project-opensearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)

PHPackages © 2026

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