psliwa/PdfBundle

Working with ZF2

Closed this issue · 1 comments

Hi,

I tried to use it with zf2 but you need Zend Pdf, to make it work I used ZendPdf as a separated library (https://github.com/zendframework/ZendPdf). So I downloaded it in vendor directory in the PHPPdf library I changed all the references from \Zend\Pdf to \ZendPdf and finally added 'ZendPdf' to autoload.php.

Maybe create a branch for use it with zf2 could be a solution.

I have fixed it. ZendPdf component has been moved out from ZendFramework2 to separate component - I have updated vendors.php, composer.json, readme and source code to fix it. Thanks for info!