Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed May 11, 2015
1 parent 1f8bd59 commit 08de62a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@
**THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY!**

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.

## Instalation with [Composer](https://packagist.org/packages/setasign/fpdf)

If you're using Composer to manage dependencies, you can use

$ composer require "setasign/fpdf": "1.7"

or you can include the following in your composer.json file:

```json
{
"require": {
"setasign/fpdf": "1.7"
}
}
```

0 comments on commit 08de62a

Please sign in to comment.