Description
Applications running on PHP 8.2 can read small XML documents through a simple object-style API. This runtime extension adds SimpleXML for configuration files, feeds, metadata, and quick data imports where a full DOM workflow is unnecessary. It is dependency-only and has no separate launcher; PHP scripts use it when enabled. Inputs from users or the internet still need validation, size limits, and safe parser settings.