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
Requires
- php: ^8.2
- a9f/fractor: ^0.5.1
- a9f/fractor-extension-installer: ^0.5.1
- nette/utils: ^4.0
- symplify/rule-doc-generator-contracts: ^11.2
- tivie/htaccess-parser: ^0.3.0
- webmozart/assert: ^1.11
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