mayeco/fpdf-bundle

Symfony2 的 fPDF Bundle

安装数: 1,051

依赖者: 0

建议者: 0

安全性: 0

星标: 2

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master / 1.0.x-dev 2014-10-30 17:40 UTC

This package is not auto-updated.

Last update: 2024-09-24 02:03:34 UTC


README

FPDF 版本 1.7 库的简单封装 Bundle。

步骤 1

使用 composer 安装 Bundle

"mayeco/fpdf-bundle": "1.0.*@dev"

步骤 2

在您的 Kernel 中启用 Bundle

new Mayeco\fPDFBundle\fPDFBundle()

步骤 3

在控制器中使用 FPDF 库

$pdf = $this->get("fpdf");
// $pdf is a \FPDF v1.7 (2011-06-18) object