whatwedo/esr-bundle

Symfony4 扩展包,用于创建橙色的付款单 PDF

安装量: 8,546

依赖者: 0

建议者: 0

安全: 0

星标: 12

关注者: 15

分支: 2

开放问题: 2

语言:Twig

类型:symfony-bundle

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

README

Symfony2 扩展包,用于创建 橙色付款单二维码发票 PDF

需求

此库有以下要求

  • PHP 5.3+
  • wkhtmltopdf

安装

使用 composer 安装此库

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

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

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

文档