Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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