a9f / fractor-fluid
Fluid extension for the File Read-Analyse-Change Tool. Allows modifying Fluid files
Package info
github.com/andreaswolf/fractor-fluid
Type:fractor-extension
pkg:composer/a9f/fractor-fluid
v0.5.9
2026-02-24 00:03 UTC
Requires
- php: ^8.2
- a9f/fractor: ^0.5.9
- a9f/fractor-extension-installer: ^0.5.9
- nette/utils: ^4.0
- symplify/rule-doc-generator-contracts: ^11.2
- webmozart/assert: ^1.11
README
Fractor extension package with a file processor for Fluid templates.
Installation
composer require a9f/fractor-fluid --dev
Configuration
All rules must implement the a9f\FractorFluid\Contract\FluidFractorRule interface. The rule will be tagged with 'fractor.fluid_rule' and be injected in the FluidFileProcessor.
Development
Development happens in the Fractor monorepo on GitHub