Invoicr is a free and open-source PHP invoice generator that is capable of churning out HTML, PDF, DOCX, and PNG invoices. It is a simple fuss-free package that will give developers a quick boost with their invoice generation needs.
## "INSTALLATION" & REQUIREMENTS
There is no “installation”, only a small hassle:
1) Edit invlib/invoicr.php, change (C1) company information to your own.
2) That's all. Check out example.php.
3) MPDF requires GD extension to work properly.
## CREDITS & DOCUMENTATION
Please visit https://code-boxx.com/invoicr-php-invoice-generator for more!
1) PDF output with MPDF - https://mpdf.github.io/
2) DOCX output with PHPWORD - https://github.com/PHPOffice/PHPWord/
3) PNG output via HTML screenshot with html2canvas - https://html2canvas.hertzen.com/
Features
- One library to rule them all.
- HTML, PDF, DOCX, PNG invoices.