a9f/fractor-xml

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

Installs: 3 801

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:fractor-extension

v0.4.0 2024-09-30 19:37 UTC

This package is auto-updated.

Last update: 2024-09-30 19:39:09 UTC


README

Fractor extension package with a file processor for XML files.

This uses PHP's libxml integration and provides a full traversal of the DOM Node tree.

Installation

composer require a9f/fractor-xml --dev

Configuration

All rules must implement the a9f\FractorXml\Contract\XmlFractor interface. The rule will be tagged with 'fractor.xml_rule' and be injected in the XmlFileProcessor.

Development

Development happens in the Fractor monorepo on GitHub