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

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

apsxj/xml
=========

XML Parsing and Response Library

v0.1.0(5y ago)08MITPHP

Since May 9Pushed 2y ago3 watchersCompare

[ Source](https://github.com/apsxj/xml)[ Packagist](https://packagist.org/packages/apsxj/xml)[ RSS](/packages/apsxj-xml/feed)WikiDiscussions main Synced 1w ago

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

xml
===

[](#xml)

*XML Parsing and Response Library*

### Getting Started

[](#getting-started)

1. Add the following to your `composer.json` file:

```
  "require": {
    "apsxj/xml": "dev-main"
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/apsxj/xml.git"
    }
  ]
```

2. Run `composer install`
3. Before calling any of the methods, require the vendor autoloader

```
// For example, from the root directory...
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php');
```

4. To create an `Response` object and render it:

```
