PHPackages                             muriloamaral/easyxml - 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. muriloamaral/easyxml

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

muriloamaral/easyxml
====================

Zend Framework 2 module for dealing with XML. Creates XML from an array and vice versa.

1144[1 issues](https://github.com/muriloacs/EasyXML/issues)PHP

Since Mar 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/muriloacs/EasyXML)[ Packagist](https://packagist.org/packages/muriloamaral/easyxml)[ RSS](/packages/muriloamaral-easyxml/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

EasyXML
=======

[](#easyxml)

Zend Framework 2 module for dealing with XML. Creates XML from an array and vice versa.

This module provides both a Service and a ControllerPlugin with which you can use to convert an array to XML and also a XML to an array.

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

[](#installation)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "muriloamaral/easyxml": "dev-master"
    }
    ```
2. Now tell composer to download EasyXML by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php` file.

    ```
