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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rezozero/xilofone-plugin

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

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

1.1.0(2mo ago)04.1k↓33.3%PHPPHP &gt;=8.0

Since Sep 19Pushed 2mo 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 today

READMEChangelogDependencies (21)Versions (5)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
```

This plugin requires a PSR-18 HTTP client and PSR-17 HTTP factory to be available in your project. If you don't already have one, install a compatible implementation such as:

```
composer require --dev symfony/http-client nyholm/psr7
```

### 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"
                }
            ]
        }
    }
}
```

### Development &amp; testing

[](#development--testing)

Install dependencies and run the test suite:

```
composer install
./vendor/bin/phpunit
```

Tests use a `MockHttpClient` stub (no real network required) and cover the model DTOs, the file provider, and the factory.

### Custom host

[](#custom-host)

By default the plugin connects to `https://xilofone.rezo-zero.com`. You can override this with a `host` key in `composer.json`:

```
{
    "extra": {
        "xilofone": {
            "host": "https://custom.xilofone.com",
            "file_id": "30",
            "destination_folder": "translations"
        }
    }
}
```

Or set the `XILOFONE_PLUGIN_HOST` environment variable, which takes precedence over the `composer.json` value:

```
XILOFONE_PLUGIN_HOST=https://custom.xilofone.com
```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

68d 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 (7 commits)")

###  Code Quality

TestsPHPUnit

### 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

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[anthropic-ai/sdk

Anthropic PHP SDK

163583.3k17](/packages/anthropic-ai-sdk)[openai-php/client

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

5.8k28.0M318](/packages/openai-php-client)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

1003.9M50](/packages/getbrevo-brevo-php)[shopware/app-php-sdk

Shopware App SDK for PHP

15109.8k3](/packages/shopware-app-php-sdk)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9067.8k](/packages/n1ebieski-ksef-php-client)

PHPackages © 2026

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