raykolbe / DOMPDFModule

A Zend Framework module for Dompdf
MIT License
61 stars 62 forks source link

Provides compatibility with zend-mvc v2.7.0 #36

Closed marciodojr closed 7 years ago

marciodojr commented 8 years ago

@raykolbe Since version 2.7.0 of zend-mvc component, the ViewManager no longer has the methods getResolver() and getRenderer(). The ViewResolver and ViewRenderer now must be instanciated by factories.

Without these changes the DOMPDFModule will not work anymore with zend-mvc >= 2.7.0.

zluiten commented 8 years ago

This package seems abandoned. Because I need this to be fixed, I've forked the branch and added it to packagist. Pull requests are very much welcome. https://github.com/netiul/DOMPDFModule

raykolbe commented 7 years ago

Hi @netiul and @marciodojr,

This project did go through a period where it was not actively maintained. However, I am able to contribute/maintain this project once again.

I will be looking for individuals soon who are motivated and have a stake in the success of DOMPDFModule.

raykolbe commented 7 years ago

@marciodojr I ported your changes over since this PR is outdated with master. See https://github.com/raykolbe/DOMPDFModule/pull/60/files#diff-c1c8ed7a4ddcb50eea2143d9f3f5bc02R37

These changes are now in master.