glpi-project/rector-glpi

Rector rules for GLPI.

Maintainers

Package info

github.com/glpi-project/rector-glpi

Type:rector-extension

pkg:composer/glpi-project/rector-glpi

Statistics

Installs: 2 969

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-02-05 13:10 UTC

This package is auto-updated.

Last update: 2026-03-02 07:14:33 UTC


README

This repository provides a Rector extension that can be used in both GLPI and GLPI plugins.

Installation

To install this Rector extension, run the composer require --dev glpi-project/rector-glpi. Once installed, you will need to register the GLPI rule set in you Rector configuration file:

return RectorConfig::configure()
    ->withSets([
+        \RectorGlpi\Set\GlpiSetList::GLPI_DEFAULT_SET,
    ])
;