psys / order-invoice-bundle
Order & invoice management for Symfony, ideal for SaaS, services, and digital products.
Package info
github.com/DavidPetrasek/OrderInvoiceBundle
Type:symfony-bundle
pkg:composer/psys/order-invoice-bundle
v1.6.3
2026-07-07 10:44 UTC
Requires
- php: >=8.2
- doctrine/doctrine-bundle: >=2.14
- doctrine/doctrine-migrations-bundle: >=3.7
- doctrine/orm: >=3.3
- psys/utils: >=1.0.10
- symfony/console: >=7.2
- symfony/filesystem: >=7.2
- symfony/finder: >=7.2
- symfony/maker-bundle: >=1.63.0
- symfony/mime: >=7.2
- symfony/routing: >=7.2
- symfony/string: >=7.2
- symfony/twig-bundle: >=7.2
- symfony/yaml: >=7.2
Requires (Dev)
- mpdf/mpdf: ^8.2
- phpunit/phpunit: ^13.0
- rector/rector: ^2.0
- symfony/test-pack: ^1.2
Suggests
- mpdf/mpdf: Required by the MpdfGenerator
This package is auto-updated.
Last update: 2026-07-07 12:11:56 UTC
README
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)ProformaAdvance(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.2
- PHP 8.2
Run:
composer req psys/order-invoice-bundle
Finish installation:
symfony console oib:install