PHPackages                             clacy-builders/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. clacy-builders/xml

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

clacy-builders/xml
==================

Clacy Builders XML Express is a library for creating XML documents.

0.1(10y ago)148MITPHPPHP &gt;=5.4.0

Since Apr 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/clacy-builders/xml-express-php)[ Packagist](https://packagist.org/packages/clacy-builders/xml)[ RSS](/packages/clacy-builders-xml/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

XML Express for PHP
===================

[](#xml-express-for-php)

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

[](#installation)

XML Express for PHP requires PHP 5.4 or newer.

Add the following to your project's `composer.json` file:

```
{
    "minimum-stability": "dev",
    "require": {
        "clacy-builders/xml": "dev-master@dev"
    }
}
```

Run `composer install` or `composer update`.

### Without Composer

[](#without-composer)

1. Download the [ZIP file](https://github.com/clacy-builders/xml-express-php/archive/master.zip).
2. Inside your project directory create the directories `/vendor/clacy-builders/xml`.
3. From the folder `xml-express-php-master` inside the ZIP file copy the files it contains into the previously created `xml` folder.

Replace

```
require_once 'vendor/autoload.php';
```

with

```
require_once 'vendor/clacy-builders/xml/allIncl.php';
```

Basic Usage
-----------

[](#basic-usage)

```
