a9f / fractor-fluid
Fluid extension for the File Read-Analyse-Change Tool. Allows modifying Fluid files
Installs: 4 878
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:fractor-extension
Requires
- php: ^8.2
- a9f/fractor: ^0.4
- a9f/fractor-extension-installer: ^0.4
- 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