Download the PHP package lightools/xml without Composer
On this page you can find all versions of the php package lightools/xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lightools/xml
More information about lightools/xml
Files in lightools/xml
Download lightools/xml
More information about lightools/xml
Files in lightools/xml
Vendor lightools
Package xml
Short Description Simple and safe parsing of XML and HTML sources.
License MIT
Package xml
Short Description Simple and safe parsing of XML and HTML sources.
License MIT
Please rate this library. Is it a good library?
Informations about the package xml
Introduction
This library provides simple interface for loading XML or HTML strings to DomDocument object. It prevents some known vulnerabilities and allows you to handle LibXML errors simply by catching XmlException as you can see below.
Installation
Simple usage
Both loading methods (loadXml and loadHtml) return DomDocument. If you prefer working with SimpleXmlElement, you can use simplexml_import_dom function.
How to run checks
Versions
- v1.x is for PHP 5.4 and higher
- v2.x is for PHP 7.1 and higher
- v3.x is for PHP 8.0 and higher
All versions of xml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-dom Version *
ext-libxml Version *
ext-dom Version *
ext-libxml Version *
The package lightools/xml contains the following files
Loading the files please wait ....