2017 © Pedro PelĂĄez
 

library zf2-pdfapi-module

Zend Framework 2 module for converting PDF documents via pdfapi.io

image

pdfapi/zf2-pdfapi-module

Zend Framework 2 module for converting PDF documents via pdfapi.io

  • Tuesday, November 8, 2016
  • by tobre
  • Repository
  • 3 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Zend Framework 2 module for pdfapi.io service

Installation

pdfapi.io Zend Framework module can be installed with Composer. Run this command:, (*1)

composer require pdfapi/zf2-pdfapi-module

or add following line in your project composer.json:, (*2)

"require": {
    "pdfapi/zf2-pdfapi-module": "^1.0"
},

Usage

Run command, (*3)

composer update

Add your module.config.php file following lines, (*4)

'pdfapi' => [
    'apiKey' => 'API_KEY',
],

or copy pdfapi.global.php.dist to your config/autload directory and rename it pdfapi.global.php, (*5)

And in your code, (*6)

/**
 * @var $pdf PdfApi
 */
$pdf = $this->serviceLocator->get(PdfApi::class);

For getting API KEY you need to register account at https://pdfapi.io. Generating API KEY will take you 10 seconds. And it is free. Really., (*7)

The Versions

08/11 2016

dev-master

9999999-dev https://pdfapi.io/

Zend Framework 2 module for converting PDF documents via pdfapi.io

  Sources   Download

MIT

The Requires

 

by TÔnis Tobre

08/11 2016

v1.0.0

1.0.0.0 https://pdfapi.io/

Zend Framework 2 module for converting PDF documents via pdfapi.io

  Sources   Download

MIT

The Requires

 

by TÔnis Tobre