2017 © Pedro Peláez
 

library prince-service-provider

A PrinceXML ServiceProvider for Silex.

image

gridonic/prince-service-provider

A PrinceXML ServiceProvider for Silex.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PrinceServiceProvider

Build Status, (*1)

A PrinceXML ServiceProvider for Silex., (*2)

Requirements

This ServiceProvider works with the PrinceXML PHP wrapper provided by YesLogic Pty. Ltd. and depends on the executable distributed on the product website. Internally, it uses a PSR-0 conform wrapper distributed as a composer package., (*3)

Installation

The recommended way to install PrinceServiceProvider is through composer., (*4)

composer require gridonic/prince-service-provider

Usage

<?php
$app->register(new PrinceServiceProvider, array(
    'prince.binary' => '/usr/local/bin/prince'
));

$app['prince']->convert_file($xmlPath, $msgs = array());

For more information about the prince library, please read the documentation provided in the original PHP wrapper distribution., (*5)

The Versions

09/10 2016

dev-master

9999999-dev

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex princexml

09/10 2016

dev-develop

dev-develop

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex princexml

09/10 2016

v2.0.1

2.0.1.0

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex princexml

09/10 2016

v2.0

2.0.0.0

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex princexml

23/09 2016

1.1.1

1.1.1.0

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex

23/09 2016

1.1.0

1.1.0.0

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

The Development Requires

silex

14/05 2013

1.0.0

1.0.0.0

A PrinceXML ServiceProvider for Silex.

  Sources   Download

MIT

The Requires

 

silex