pluswerk/grumphp-xliff-task

GrumPHP task to lint xlf/xliff Files

Maintainers

Package info

github.com/andersundsehr/grumphp-xliff-task

Issues

pkg:composer/pluswerk/grumphp-xliff-task

Statistics

Installs: 327 837

Dependents: 7

Suggesters: 0

Stars: 0

11.0.0 2026-03-10 08:43 UTC

README

Packagist Packagist Travis Code Climate SymfonyInsight Grade

grumphp-xliff-task

GrumPHP task to lint xlf/xliff Files

grumphp.yml:

parameters:
    tasks:
        xlifflint:
            ignore_patterns: []
            load_from_net: false
            x_include: false
            dtd_validation: false
            scheme_validation: false
            triggered_by: [xlf]
    extensions:
        - PLUS\GrumPHPXliffTask\ExtensionLoader

upgrade from andersundsehr/gurmphp-xliff-task

If you come from andersundsehr/grumphp-xliff-task, change the extensions Loader path in the grumphp.yml file.

from:

        - AUS\GrumPHPXliffTask\ExtensionLoader

to:

        - PLUS\GrumPHPXliffTask\ExtensionLoader

Composer

composer require --dev pluswerk/grumphp-xliff-task