whatwedo/esr-bundle

Symfony4 bundle for creating orange inpayment slip PDF's

Installs: 8 195

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 15

Forks: 2

Open Issues: 2

Language:Twig

Type:symfony-bundle

v0.4.4 2021-12-10 17:20 UTC

README

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