Download the PHP package domattr/exml without Composer
On this page you can find all versions of the php package domattr/exml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor domattr
Package exml
Short Description A simple XML reader that converts markup to objects
License MIT
Package exml
Short Description A simple XML reader that converts markup to objects
License MIT
Please rate this library. Is it a good library?
Informations about the package exml
Exml
A simple XML parser that converts XML to an object regardless of namespace.
Installation
This package can be installed via composer/packagist
Usage
To read and parse XML we simply use the read() method
Using the Object
The returned object will contain all data, attributes & children. Below is a simple example of the raw XML and resulting object:
Using the object
The data within the object can be accessed like so:
All versions of exml with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package domattr/exml contains the following files
Loading the files please wait ....