whatwedo / EsrBundle

Symfony2 bundle for creating orange inpayment slip PDF's with support for swiss QR invoices
MIT License
12 stars 2 forks source link
bundle esr php qr-rechnung swiss-qr-bill symfony symfony-bundle

whatwedoEsrBundle

Symfony2 bundle for creating orange inpayment slip and QR invoices PDF's

Requirements

This library has the following requirements:

Installation

install the library via composer:

composer require "whatwedo/esr-bundle"
<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...

        new whatwedo\EsrBundle\whatwedoEsrBundle(),
    );
}

Documentation