2017 © Pedro Peláez
 

library pdf-service-provider

A Pdf service provider for Silex, based on Zend_Pdf library.

image

betzholz/pdf-service-provider

A Pdf service provider for Silex, based on Zend_Pdf library.

  • Friday, September 25, 2015
  • by fucethebads
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PdfServiceProvider

A Pdf Service Provider for Silex, based on ZendPdf library., (*1)

Build Status, (*2)

Installation

Installation is very easy, it makes use of Composer., (*3)

Install Composer

Run this in your command line:, (*4)

``` bash $ curl -s http://getcomposer.org/installer | php, (*5)


Or [download composer.phar][4] into the project root. ### Add PdfServiceProvider to your composer.json "require": { "php": "> 5.3.3", "betzholz/pdf-service-provider": "dev-master" } ### Install Dependencies Run the following command: ``` bash $ php composer.phar install

Now PdfServiceProvider is installed into your vendor directory., (*6)

Registering

$app->register(new Erivello\Silex\PdfServiceProvider());

Usage

You can access the PdfServiceProvider by calling $app['pdf.generator']., (*7)

Tests

bash $ php composer.phar install && phpunit, (*8)

License

The PdfServiceProvider is licensed under the MIT license., (*9)

The Versions

25/09 2015

dev-master

9999999-dev

A Pdf service provider for Silex, based on Zend_Pdf library.

  Sources   Download

MIT

The Requires

 

by Boris

silex zend pdf

27/09 2013

dev-develop

dev-develop

A Pdf service provider for Silex, based on ZendPdf library.

  Sources   Download

MIT

The Requires

 

by Edoardo Rivello

silex zend pdf