An open API service indexing awesome lists of open source software.

https://github.com/webeweb/fpdf-library

Integrate FPDF with your projects
https://github.com/webeweb/fpdf-library

fpdf library pdf php webeweb

Last synced: 5 months ago
JSON representation

Integrate FPDF with your projects

Awesome Lists containing this project

README

          

fpdf-library
============

[![Latest Stable Version](https://img.shields.io/packagist/v/webeweb/fpdf-library.svg?style=flat-square)](https://packagist.org/packages/webeweb/fpdf-library)
[![Latest Unstable Version](https://img.shields.io/packagist/vpre/webeweb/fpdf-library.svg?style=flat-square)](https://packagist.org/packages/webeweb/fpdf-library)
[![License](https://img.shields.io/packagist/l/webeweb/fpdf-library.svg?style=flat-square)](https://packagist.org/packages/webeweb/fpdf-library)
[![composer.lock](https://img.shields.io/badge/.lock-uncommited-important.svg?style=flat-square)](https://packagist.org/packages/webeweb/fpdf-library)

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)
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-0070ba.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)

---

## Compatibility

[![PHP](https://img.shields.io/packagist/php-v/webeweb/fpdf-library.svg?style=flat-square)](http://php.net)

---

## Installation

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

```bash
$ composer require webeweb/fpdf-library
```

This command requires you to have Composer installed globally, as explained in
the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the
Composer documentation.

## License

`fpdf-library` is released under the MIT License. See the bundled [LICENSE](license.txt)
file for details.

## Donate

If you like this work, please consider donating at
[![paypal.me](https://img.shields.io/badge/paypal.me-webeweb-0070ba.svg?style=flat-square&logo=paypal)](https://www.paypal.me/webeweb)