webeweb / fpdf-library
Integrate FPDF with your projects
Requires
- php: ^5.6|^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
README
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 !
If you like this package, pay me a beer (or a coffee)
Compatibility
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
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
License
fpdf-library
is released under the MIT License. See the bundled LICENSE
file for details.