psys / order-invoice-bundle
Manage orders & invoices in your Symfony application
Package info
github.com/DavidPetrasek/OrderInvoiceBundle
Type:symfony-bundle
pkg:composer/psys/order-invoice-bundle
v1.6.2
2026-05-08 18:46 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-05-28 10:27:01 UTC
README
OrderInvoiceBundle
Features
- manage orders and associated invoices
- invoice types: regular, proforma, advance and final
- generate invoices in PDF format
- file management: persist/delete invoices
Installation
Minimal requirements:
- Symfony 7.2
- PHP 8.2
Run:
composer req psys/order-invoice-bundle
Finish installation:
symfony console oib:install