Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 581 Bytes

PDF

Integrates different PHP base PDF generation tools into FuelPHP using a driver based interface.

Acknowlegdements

This package is derived from the great work done by Ben Corlett and Thomas Stevens. There original work can be found here: https://github.com/TJS-Technology/fuel-pdf

Modifications

This version reduces the code complexity of the original, and adds driver classes for each of the included PDF generation tools, making it possible to override class methods of this tools, and to add extra methods unique to this FuelPHP package.