psliwa / PHPPdf

Pdf and graphic files generator library written in php
http://ohey.pl
MIT License
339 stars 77 forks source link

zendpdf is abandoned #126

Open garak opened 7 years ago

garak commented 7 years ago

Directly from composer warnings: "Package zendframework/zendpdf is abandoned, you should avoid using it. No replacement was suggested."

tserofcj commented 7 years ago

same problem here, we can't deploy anymore with ansible tower : failed: [xx@xx.com] => {"failed": true} msg: Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Package zendframework/zendpdf is abandoned, you should avoid using it.

moyergroup commented 7 years ago

From the zendpdf repo: This package is no longer maintained. We recommend TCPDF as a replacement.

garak commented 7 years ago

Sadly, it looks like psliwa/PHPPdf is also abandoned, with the last commit in August 2016

sbergfeld commented 5 years ago

Did anyone find a solution? Did you find an other library for creating PDF files? psliwa/PHPPdf is still working for us but moving to PHP 7.1 is creating problems and of course zendframework/zendpdf is abandoned.

riconeitzel commented 5 years ago

Did you peeps heard about „laminas“ yet? It’s the successor of Zend Framework.

Jean85 commented 5 years ago

The PDF package from Zend is still abandoned, so Laminas doesn't change anything in that regard...

BTW I'm still using this with PHP 7.3, but the relative bundle is dragging me down and I can't upgrade to Symfony 4.

sbergfeld commented 5 years ago

Maybe moving to tecnickcom/TCPDF is a solution. I'm sure there'll be a lot to adjust. So it's not an easy decision.