a9f/fractor-htaccess

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

Maintainers

Package info

github.com/andreaswolf/fractor-htaccess

Type:fractor-extension

pkg:composer/a9f/fractor-htaccess

Statistics

Installs: 115 698

Dependents: 1

Suggesters: 0

Stars: 0

v0.5.9 2026-02-24 00:03 UTC

This package is auto-updated.

Last update: 2026-02-24 00:05:46 UTC


README

Fractor extension package with a file processor for htaccess files.

Installation

composer require a9f/fractor-htaccess --dev

Configuration

All rules must implement the a9f\FractorHtaccess\Contract\HtaccessFractorRule interface. The rule will be tagged with 'fractor.htaccess_rule' and be injected in the HtaccessFileProcessor.

Development

Development happens in the Fractor monorepo on GitHub