You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,19 @@
3
3
**THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY!**
4
4
5
5
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
6
+
7
+
## Instalation with [Composer](https://packagist.org/packages/setasign/fpdf)
8
+
9
+
If you're using Composer to manage dependencies, you can use
10
+
11
+
$ composer require "setasign/fpdf": "1.7"
12
+
13
+
or you can include the following in your composer.json file:
0 commit comments