2017 © Pedro Peláez
 

library princexml-php

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

image

gridonic/princexml-php

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

  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 9 Forks
  • 2 Open issues
  • 8 Versions
  • 5 % Grown

The README.md

PrinceXMLPhp

Build Status Latest Stable Version Total Downloads License, (*1)

PrinceXML PHP5 wrapper, converted to follow PSR-0 conventions., (*2)

Fetch

The recommended way to install PrinceXMLPhp is through composer., (*3)

Just create a composer.json file for your project:, (*4)

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

And run these two commands to install it:, (*5)

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

Now you can add the autoloader, and you will have access to the library:, (*6)

<?php
require 'vendor/autoload.php';

Usage

<?php
use PrinceXMLPhp\PrinceWrapper;

$prince = new PrinceWrapper('/path/to/prince/binary');

// for instance methods, see the original library documentation
// @see lib/readme.html

License

The PrinceXMLPhp wrapper is licensed under the MIT license. The original library from is taken from the Prince Website and subject to the license by YesLogic Pty. Ltd. A Github repository for the original library can be found at https://github.com/yeslogic/prince-tools., (*7)

The Versions

20/04 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

20/04 2017

1.2.1

1.2.1.0

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

06/09 2016

1.2.0

1.2.0.0

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

12/03 2015

dev-code-fixes

dev-code-fixes

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

12/03 2015

dev-develop

dev-develop

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

22/07 2014

v1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

14/05 2013

1.1.0

1.1.0.0

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml

02/06 2012

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

xml princexml