Skip to content

Commit b3b0def

Browse files
committed
clarify README.md and composer.json
1 parent 7641520 commit b3b0def

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Form filling
2-
The FPDM class allows to fill out PDF forms, i.e. populate fields of a PDF file. It is **developed by Olivier**, author of the [FDPF Library](http://www.fpdf.org/), and has been released as [Skript 93](http://www.fpdf.org/en/script/script93.php).
2+
The FPDM class allows to fill out PDF forms, i.e. populate fields of a PDF file. It is **developed by Olivier Plathey**, author of the [FDPF Library](http://www.fpdf.org/), and has been released as [Skript 93](http://www.fpdf.org/en/script/script93.php).
33

44
I created this repository for two reasons:
5-
- make the current FPDM source avaiable via composer
5+
- make the current FPDM source available via [composer](https://packagist.org/packages/codeshell/fpdm)
66
- fix compatibility issues with PHP 7.x
77

8-
Once again, all credits to Olivier for providing an easy to use extension to his FPDF library!
8+
This repository only contains the separate php class written for form filling. If you are looking for a repository containing the main FPDF Library, please head over to [github.com/Setasign/FPDF](https://github.com/Setasign/FPDF).
9+
10+
Once again, all credits to Olivier Plathey for providing an easy to use extension to his FPDF library!
911

1012
# Version
1113
Based on version 2.9 (2017-05-11) available from http://www.fpdf.org/en/script/script93.php

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type" : "library",
55
"license" : "MIT",
66
"authors" : [{
7-
"name" : "Olivier",
7+
"name" : "Olivier Plathey",
8+
"email" : "oliver@fpdf.org",
89
"homepage" : "http://www.fpdf.org/",
910
"role" : "Author"
1011
}, {
@@ -39,5 +40,9 @@
3940
"fill",
4041
"populate",
4142
"FPDF"
42-
]
43+
],
44+
"support" : {
45+
"issues" : "https://github.com/codeshell/fpdm/issues",
46+
"source" : "https://github.com/codeshell/fpdm/tree/master"
47+
}
4348
}

0 commit comments

Comments
 (0)