Skip to content

Repository files navigation

Packagist Downloads

OrderInvoiceBundle

Perfect for SaaS platforms, digital product sales, online courses, and service providers who need a robust invoicing system without the bloat of a full e-commerce engine. It supports complex, multi-step accounting flows out of the box.

Features

  • Complete Order & Invoice Lifecycle: Seamlessly manage service orders and their associated financial documents.
  • Invoice Types: Native support for the full accounting cycle:
    • Regular (Standard)
    • Proforma
    • Advance (Deposit)
    • Final (Closing invoice linked with advance payments)
  • PDF Generation: Generate custom professional PDF invoices for your customers.
  • File Management: Build-in logic to persist, retrieve, and delete generated invoice files securely.

Installation

Minimal requirements:

  • Symfony 7.4
  • PHP 8.2

Run:

composer req psys/order-invoice-bundle

Optional: Install mPDF if you want to use the default PDF generator

composer req mpdf/mpdf

Finish installation:

symfony console oib:install

Upgrading guide

Documentation