webeweb/fpdf-library

Integrate FPDF library in your projects


Keywords
library, fpdf, webeweb, pdf, php
License
NTP-0

Documentation

fpdf-library

Latest Stable Version Latest Unstable Version composer.lock

FPDF is a PHP class which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.

IMPORTANT NOTICE: This repository is only made for cloning official FPDF releases which are available at: http://www.fpdf.org THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY !


Compatibility

PHP


Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:

$ composer require webeweb/fpdf-library "1.81"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.