a9f/fractor-fluid

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

Maintainers

👁 andreaswolf

Package info

github.com/andreaswolf/fractor-fluid

Type:fractor-extension

pkg:composer/a9f/fractor-fluid

Statistics

Installs: 321 891

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT c7d15551f3cb48f6eda28633212f597f93df6d09

  • Andreas Wolf <dev.woop@a-w.io>

migrationautomationdevupgraderefactoringfractor


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