PHPackages                             thapp/xmlbuilder - 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. thapp/xmlbuilder

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

thapp/xmlbuilder
================

Xmlbuilder utilitity

v0.1.4(12y ago)84.9k8[2 issues](https://github.com/iwyg/xmlbuilder/issues)1MITPHPPHP &gt;=5.3.7

Since Jun 6Pushed 12y ago4 watchersCompare

[ Source](https://github.com/iwyg/xmlbuilder)[ Packagist](https://packagist.org/packages/thapp/xmlbuilder)[ RSS](/packages/thapp-xmlbuilder/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (7)Used By (1)

This repository is no longer maintained.
Project has moved over [here](https://github.com/seleneapp/xml)

xml builder utility
===================

[](#xml-builder-utility)

Build xml structures from arrays or objects, convert xml structures to array data structures.

[![Build Status](https://camo.githubusercontent.com/eadd76e718b321171c9428887ade8113eaff8d079f49a04b31530a25de7e8ae4/68747470733a2f2f7472617669732d63692e6f72672f697779672f786d6c6275696c6465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/iwyg/xmlbuilder)

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

[](#installation)

Using composer

Add `thapp\xmlbuilder` to your composer.json file.

```
"require": {
	"php":">=5.3.7"
	"thapp/xmlbuilder": "v0.1.*"
}
```

Run `composer update` or `composer install` (if this is a clean composer project)

Usage
-----

[](#usage)

### Create xml from array

[](#create-xml-from-array)

```
