matecat/xliff-parser

A Xliff parser written in PHP

Installs: 104 648

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 7

Forks: 12

Open Issues: 5

pkg:composer/matecat/xliff-parser

v2.2.11 2025-07-22 09:01 UTC

This package is auto-updated.

Last update: 2025-09-22 09:44:55 UTC


README

license Packagist Scrutinizer Code Quality

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 MIT License - see the LICENSE.md file for details