matecat/xliff-parser

A Xliff parser written in PHP

Maintainers

Package info

github.com/matecat/xliff-parser

pkg:composer/matecat/xliff-parser

Statistics

Installs: 124 267

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 4

v3.0.2 2026-02-27 18:52 UTC

This package is auto-updated.

Last update: 2026-02-27 18:53:39 UTC


README

license Packagist Quality Gate Status Coverage Reliability Rating Maintainability Rating

This library is a simple, agnostic Xliff parser specifically written for Matecat.

Installation

composer require matecat/xliff-parser

Xliff Support

Xliff supported versions:

Methods

Logging

You can inject your own logger (must be a LoggerInterface implementation):

// ...

// $logger must be implement PS3 LoggerInterface
$parser = new XliffParser($logger);

Support

If you found an issue or had an idea please refer to this section.

Authors

License

This project is licensed under the GNU Lesser General Public License v3.0 or later. - see the LICENSE.md file for details