a9f/fractor-htaccess

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

Installs: 576

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:fractor-extension

v0.5.1 2025-06-18 10:29 UTC

This package is auto-updated.

Last update: 2025-06-23 08:40:13 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