jitb / pdflib-module
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zend Framework 2 Module that provides Pdflib basic functionality
dev-master
2016-02-09 08:21 UTC
Requires
- php: >=5
Requires (Dev)
This package is not auto-updated.
Last update: 2022-02-01 12:37:23 UTC
README
Pdflib module for zf2
Installation
This package can be installed via composer
https://packagist.org/packages/jitb/pdflib-module
see others at : https://packagist.org/users/Jack%20in%20the%20Box/
Configuration
Just add it to your application configuration file
return array( 'pdflib' => array( 'license' => 'yourtoken', ), ), );