From 08de62a76d5860e0fd679a3fb4f8e2b7e6019ea1 Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Mon, 11 May 2015 10:23:28 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1621445..61b616b 100644 --- a/README.md +++ b/README.md @@ -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" + } +} +```