Skip to content

Commit 08de62a

Browse files
committed
Update README.md
1 parent 1f8bd59 commit 08de62a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,19 @@
33
**THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY!**
44

55
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:
14+
15+
```json
16+
{
17+
"require": {
18+
"setasign/fpdf": "1.7"
19+
}
20+
}
21+
```

0 commit comments

Comments
 (0)