psys / order-invoice-bundle
Manage orders & invoices in your Symfony application
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/psys/order-invoice-bundle
Requires
- php: >=8.1
- doctrine/doctrine-bundle: >=2.14
- doctrine/orm: >=3.3
- psys/utils: >=1.0.10
- symfony/console: >=7.0
- symfony/filesystem: >=7.0
- symfony/finder: >=7.0
- symfony/maker-bundle: >=1.63.0
- symfony/mime: >=7.0
- symfony/routing: >=7.0
- symfony/string: >=7.0
- symfony/yaml: >=7.0
Requires (Dev)
- mpdf/mpdf: ^8.2
- rector/rector: ^2.0
Suggests
- mpdf/mpdf: Required by the MpdfGenerator
README
OrderInvoiceBundle
Use case
- You're not running a typical online store — full-featured e-commerce platform would be overkill.
Features
- manage orders and associated invoices
- generate invoices in PDF format
- file management: persist/delete invoices
Installation
Minimal requirements:
- Symfony 7
- PHP 8.1
Run: composer req psys/order-invoice-bundle
Finish installation: symfony console oib:install