simplexml

The SimpleXML extension in PHP provides a simple and easy-to-use API for working with XML data, allowing you to convert XML documents into objects.

The SimpleXML extension in PHP provides a simple and easy-to-use API for working with XML data, allowing you to convert XML documents into objects. This extension is included by default and is generally enabled.

Already included with PHP.