Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:35:20.000Z (4 months ago)
- Last Synced: 2024-10-14T18:21:12.622Z (about 1 month ago)
- Topics: bundle, esr, php, qr-rechnung, swiss-qr-bill, symfony, symfony-bundle
- Language: Twig
- Homepage:
- Size: 2.21 MB
- Stars: 12
- Watchers: 15
- 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