composer
Can you add this as a composer package?
:+1:
@jupitern and @helgatheviking ... may be I should. now start learning how to import there :+1:
Cool! and good luck. I know that for me personally, it always feels that for every one thing I learn, there are 3 more new things to try to catch up on!
Just as a heads up, I slightly modified the code to use the fpdf from the setasign composer package. https://packagist.org/packages/setasign/fpdi-fpdf#p-359
public function __construct()
{
require_once('setasign/fpdf/fpdf.php'); // modified to use the setasign versions
require_once('setasign/fpdi/fpdi.php'); // particularly their PDF parser
}
For my project I needed to be able to merge newer PDFs that were otherwise throwing error messages with the default parser. And had to purchase the setasign parser which implements seamlessly if you are using their includes.
:+1: Thanks for the composer package...
After started using composer I basically ignore all packages that's not on composer... :wink:
@w3l ... I tried adding in composer package ... i think there has been some issues. But someone already imported in packagist
Can you please include a line in the README about installing via Composer?