Download the PHP package pdfapi/zf3-pdfapi-module without Composer
On this page you can find all versions of the php package pdfapi/zf3-pdfapi-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pdfapi/zf3-pdfapi-module
More information about pdfapi/zf3-pdfapi-module
Files in pdfapi/zf3-pdfapi-module
Package zf3-pdfapi-module
Short Description Zend Framework module for converting PDF documents via pdfapi.io
License MIT
Homepage https://pdfapi.io/
Informations about the package zf3-pdfapi-module
Zend Framework 3 module for pdfapi.io service
Installation
pdfapi.io Zend Framework module can be installed with Composer. Run this command:
or add following line in your project composer.json:
Usage
Run command
Add your module.config.php file following lines
or copy pdfapi.global.php.dist to your config/autload directory and rename it pdfapi.global.php
Add PdfApi module to your modules.config.php
Use factories to get the pdfapi instance into controllers or services
Use it in the code like this: https://github.com/pdfapi/zf3-sample-app/blob/master/module/Application/src/Controller/IndexController.php
For getting everything up and running quickly we have created sample skeleton app, where we use PdfApi module. Source code is located in this repository: https://github.com/pdfapi/zf3-sample-app
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.
All versions of zf3-pdfapi-module with dependencies
zendframework/zend-servicemanager Version ^3.0.1
pdfapi/php-sdk Version ^1.0.0