PHPackages                             horat1us/simple-xml - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. horat1us/simple-xml

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

horat1us/simple-xml
===================

SimpleXML Extensions

1.0.0(7y ago)0631MITPHPPHP &gt;=7.2

Since Mar 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Horat1us/simple-xml)[ Packagist](https://packagist.org/packages/horat1us/simple-xml)[ RSS](/packages/horat1us-simple-xml/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Simple Xml Extension
====================

[](#simple-xml-extension)

[![Build Status](https://camo.githubusercontent.com/422379113efde7f5ad442e5ce8da593bfa08f4159ef389a9ef0ffd10f8cfc6cf/68747470733a2f2f7472617669732d63692e6f72672f486f7261743175732f73696d706c652d786d6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Horat1us/simple-xml)[![codecov](https://camo.githubusercontent.com/e2bf88d2c0ec677dd7e17e4c6166d42b5e598c40084a1362f752c4161219f596/68747470733a2f2f636f6465636f762e696f2f67682f486f7261743175732f73696d706c652d786d6c2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Horat1us/simple-xml)

This package provides some extensions fore simple xml:

- [Parse](#parse)

Installation
------------

[](#installation)

```
composer require wearesho-team/simple-xml
```

Usage
-----

[](#usage)

### Parse

[](#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

[](#file-parsing)

```
