Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

composer.json 1.2KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "setasign/fpdi",
  3. "version": "1.6.1",
  4. "homepage": "https://www.setasign.com/fpdi",
  5. "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
  6. "type": "library",
  7. "keywords": ["pdf", "fpdi", "fpdf"],
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "Jan Slabon",
  12. "email": "jan.slabon@setasign.com",
  13. "homepage": "https://www.setasign.com"
  14. }
  15. ],
  16. "autoload": {
  17. "classmap": [
  18. "filters/",
  19. "fpdi.php",
  20. "fpdf_tpl.php",
  21. "fpdi_pdf_parser.php",
  22. "pdf_context.php"
  23. ]
  24. },
  25. "suggest": {
  26. "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
  27. "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
  28. "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
  29. }
  30. }