InvoiceForge creates beautifully designed PDF invoices, quotes, estimates, receipts, credit notes and purchase orders — in just a few lines of PHP, or with zero code using the included web Invoice Builder.
Designs are plain HTML/CSS templates: customising your invoice means editing familiar HTML, never fighting PDF coordinates. Brand it with your logo and theme color, add unlimited items with automatic paging, and deliver the PDF in the browser, as a download, saved on your server, or as raw bytes for e-mail attachments.
<!- IMAGE PLACEHOLDER: banner showing the 4 templates side by side ->
<!- IMAGE PLACEHOLDER: screenshot of the Invoice Builder web form ->
Invoice::create()->number('INV-1')->add(new LineItem('Design', 1, 1500))->stream();v1.0.0 — Initial release