Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 690 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 690 Bytes

whatwedoEsrBundle

Symfony2 bundle for creating orange inpayment slip and QR invoices 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
// app/AppKernel.php

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

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

Documentation