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
- 1.6.x-dev
- v1.6.2
- v1.6.1
- v1.6.0
- 1.5.x-dev
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- 1.4.x-dev
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- 1.3.x-dev
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3
- 1.2.x-dev
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2026-05-09 07:14:28 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