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
v0.5.11
2026-06-17 11:43 UTC
Requires
- php: ^8.2
- a9f/fractor: ^0.5.11
- a9f/fractor-extension-installer: ^0.5.11
- symfony/yaml: ^5.4 || ^6.4 || ^7.0 || ^8.0
- symplify/rule-doc-generator-contracts: ^11.2
- webmozart/assert: ^1.11 || ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 3ba12f547b41ec9d0287e2b0714386a0c5a3bd6a
- Andreas Wolf <dev.woop@a-w.io>
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
