index.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .. php-qrcode documentation master file, created by sphinx-quickstart on Sun Jul 9 21:45:56 2023.
  2. =================
  3. PHP-QRCode Manual
  4. =================
  5. Edition for `chillerlan/php-qrcode <https://github.com/chillerlan/php-qrcode/>`__ [|version|]. Updated on |today|.
  6. This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.
  7. .. toctree::
  8. :maxdepth: 3
  9. :caption: Usage
  10. Usage-Overview.md
  11. Usage-Installation.md
  12. Usage-Quickstart.md
  13. Usage-Advanced-usage.md
  14. .. toctree::
  15. :maxdepth: 3
  16. :caption: Built-In Output Modules
  17. Built-In-Output-QREps.md
  18. Built-In-Output-QRFpdf.md
  19. Built-In-Output-QRGdImage.md
  20. Built-In-Output-QRImagick.md
  21. Built-In-Output-QRMarkupHTML.md
  22. Built-In-Output-QRMarkupSVG.md
  23. Built-In-Output-QRString.md
  24. .. toctree::
  25. :maxdepth: 3
  26. :caption: Public API
  27. API-QRCode.md
  28. API-QROptions.md
  29. API-QROutputInterface.md
  30. API-QRMatrix.md
  31. API-DecoderResult.md
  32. .. toctree::
  33. :maxdepth: 3
  34. :caption: Appendix
  35. Appendix-Terminology.md
  36. Appendix-URI-Content.md
  37. Appendix-License.md