PHPackages                             gridonic/princexml-php - 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. gridonic/princexml-php

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

gridonic/princexml-php
======================

PrinceXML PHP5 wrapper converted to follow the PSR-0 standard.

1.2.1(9y ago)8336.0k↓38.5%10[1 issues](https://github.com/gridonic/PrinceXMLPhp/issues)[1 PRs](https://github.com/gridonic/PrinceXMLPhp/pulls)3MITPHPPHP &gt;=5.3.0

Since Jun 2Pushed 9y ago10 watchersCompare

[ Source](https://github.com/gridonic/PrinceXMLPhp)[ Packagist](https://packagist.org/packages/gridonic/princexml-php)[ RSS](/packages/gridonic-princexml-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (9)Used By (3)

PrinceXMLPhp
============

[](#princexmlphp)

[![Build Status](https://camo.githubusercontent.com/695b85bb727120afc1582a475b5256e61a373b639c0e2578953d345c9bcbcdc8/68747470733a2f2f6170692e7472617669732d63692e6f72672f677269646f6e69632f5072696e6365584d4c5068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gridonic/PrinceXMLPhp) [![Latest Stable Version](https://camo.githubusercontent.com/e3b39272f4f348fb3b7de2391807082cf6405a673238563342b1e8b177f8c4c2/68747470733a2f2f706f7365722e707567782e6f72672f677269646f6e69632f7072696e6365786d6c2d7068702f762f737461626c652e737667)](https://packagist.org/packages/gridonic/princexml-php) [![Total Downloads](https://camo.githubusercontent.com/114613b7dff38f0875f5a4ea4cc06d798484c7dfe4622f38c0a59fff31a073d0/68747470733a2f2f706f7365722e707567782e6f72672f677269646f6e69632f7072696e6365786d6c2d7068702f646f776e6c6f6164732e737667)](https://packagist.org/packages/gridonic/princexml-php) [![License](https://camo.githubusercontent.com/ee9b733da1493e0965ad3c27888ed1aac377655b1e80d39d74e32f7764d622c4/68747470733a2f2f706f7365722e707567782e6f72672f677269646f6e69632f7072696e6365786d6c2d7068702f6c6963656e73652e737667)](https://packagist.org/packages/gridonic/princexml-php)

[PrinceXML PHP5 wrapper](http://www.princexml.com/download/wrappers), converted to follow PSR-0 conventions.

Fetch
-----

[](#fetch)

The recommended way to install PrinceXMLPhp is [through composer](http://packagist.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "gridonic/princexml-php": "*"
    }
}
```

And run these two commands to install it:

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install

```

Now you can add the autoloader, and you will have access to the library:

```
