Description
Legacy PHP 8.0 applications can read small XML documents through a simpler 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 the extension is enabled. Inputs from users or the internet still need validation, size limits, and safe parser settings.