a9f/fractor-htaccess

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

Installs: 4 430

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:fractor-extension

v0.5.2 2025-07-08 20:45 UTC

This package is auto-updated.

Last update: 2025-07-08 20:48:43 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