Download the PHP package horat1us/simple-xml without Composer
On this page you can find all versions of the php package horat1us/simple-xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simple-xml
Simple Xml Extension
This package provides some extensions fore simple xml:
- Parse
Installation
Usage
Parse
This class represents parser, that wraps simplexml_load_string
and simplexml_load_file
into errors wrapper, so you will be able to catch exceptions.
File Parsing
String Parsing
Errors
- Parse\Exception - base exception interface for all parsing exceptions.
- Parse\Exception\InvalidFormat - base exception for
libxml errors
- Parse\Exception\InvalidFormat\Data - string parse errors
- Parse\Exception\InvalidFormat\File - file parse errors
- Parse\Exception\InvalidClassName - represents case when passed class name does not exist.
- Parse\Exception\InvaldiFilePath - represents case when passed file path does not exists or is not file path.
- Parse\Exception\InvalidFormat - base exception for
libxml errors
Contributors
- Alexander
Letnikow
License
MIT
All versions of simple-xml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package horat1us/simple-xml contains the following files
Loading the files please wait ....