PHPackages                             rudissaar/yii2-fpdf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. rudissaar/yii2-fpdf

ActiveYii2-extension[PDF &amp; Document Generation](/categories/documents)

rudissaar/yii2-fpdf
===================

FPDF plugin and wrapper for Yii2 framework.

v1.1.7(8y ago)234.7k↓57.7%1BSD-3-ClausePHP

Since Sep 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/rudissaar/yii2-fpdf)[ Packagist](https://packagist.org/packages/rudissaar/yii2-fpdf)[ RSS](/packages/rudissaar-yii2-fpdf/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

yii2-fpdf
=========

[](#yii2-fpdf)

FPDF plugin and wrapper for Yii2 framework.

Getting Started
---------------

[](#getting-started)

### FPDF

[](#fpdf)

`FPDF` is copy of [FPDF](http://www.fpdf.org/) class and it has all methods and properties like original one. To include FPDF class add following line to your PHP file:

`use rudissaar\fpdf\FPDF;`

After that you can use FPDF class anywhere in your file or inherit another class from it.

#### Basic usage

[](#basic-usage)

```
