https://github.com/whatwedo/esrbundle
Symfony2 bundle for creating orange inpayment slip PDF's with support for swiss QR invoices
https://github.com/whatwedo/esrbundle
bundle esr php qr-rechnung swiss-qr-bill symfony symfony-bundle
Last synced: 9 months ago
JSON representation
Symfony2 bundle for creating orange inpayment slip PDF's with support for swiss QR invoices
- Host: GitHub
- URL: https://github.com/whatwedo/esrbundle
- Owner: whatwedo
- License: mit
- Created: 2014-11-03T15:18:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T14:13:05.000Z (11 months ago)
- Last Synced: 2025-06-16T15:14:04.016Z (9 months ago)
- Topics: bundle, esr, php, qr-rechnung, swiss-qr-bill, symfony, symfony-bundle
- Language: Twig
- Homepage:
- Size: 2.21 MB
- Stars: 12
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# whatwedoEsrBundle
Symfony2 bundle for creating [orange inpayment slip](https://www.postfinance.ch/en/biz/prod/pay/debsolution/inpayref/offer.html)
and [QR invoices](https://www.paymentstandards.ch/dam/downloads/ig-qr-bill-en.pdf) PDF's
## Requirements
This library has the following requirements:
- PHP 5.3+
- wkhtmltopdf
## Installation
install the library via composer:
```
composer require "whatwedo/esr-bundle"
```
```php