a9f/fractor-yaml

YAML extension for the File Read-Analyse-Change Tool. Allows modifying YAML files

Maintainers

Package info

github.com/andreaswolf/fractor-yaml

Type:fractor-extension

pkg:composer/a9f/fractor-yaml

Statistics

Installs: 322 754

Dependents: 1

Suggesters: 0

Stars: 0

v0.5.11 2026-06-17 11:43 UTC

README

Fractor extension package with a file processor for YAML files.

Installation

composer require a9f/fractor-yaml --dev

Configuration

All rules must implement the a9f\FractorYaml\Contract\YamlFractorRule interface. The rule will be tagged with 'fractor.yaml_rule' and be injected in the YamlFileProcessor.

Development

Development happens in the Fractor monorepo on GitHub