PHPackages                             welldom/welldom - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. welldom/welldom

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

welldom/welldom
===============

XML toolbox for PHP

v1.0.2(11y ago)1056[1 PRs](https://github.com/GromNaN/Welldom/pulls)MITPHPPHP &gt;=5.3.0

Since Mar 15Pushed 6y ago6 watchersCompare

[ Source](https://github.com/GromNaN/Welldom)[ Packagist](https://packagist.org/packages/welldom/welldom)[ Docs](https://github.com/LExpress/Welldom)[ RSS](/packages/welldom-welldom/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Welldom, the XML toolbox for PHP [![Build Status](https://camo.githubusercontent.com/69fb5f8b90824749171a1bf473e1e1f71e5b4ce1f38516047067b74d5e17b307/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f4c457870726573732f57656c6c646f6d2e706e67)](http://travis-ci.org/LExpress/Welldom)
=================================================================================================================================================================================================================================================================================================

[](#welldom-the-xml-toolbox-for-php---------)

*Welldom* try to ease the use of DOM to manipulate XML documents with the following features :

- Error management
- Unique encoding for XML input/output
- Simple methods to query and manipulate the DOM with Xpath
- Batch on node list
- Node rename &amp; remove methods

Requirements
------------

[](#requirements)

- PHP 5.3+
- PHPUnit 5.6+

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

[](#installation)

The library follow the PSR-0 naming convention. To load the library, use any compliant class loader or simply require the `src/autoload.php` file.

```
require __DIR__ . '/path/to/expdom/src/autoload.php';
```

Usage
-----

[](#usage)

Load an XML document:

```
