| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .. php-qrcode documentation master file, created by sphinx-quickstart on Sun Jul 9 21:45:56 2023.
- =================
- PHP-QRCode Manual
- =================
- Edition for `chillerlan/php-qrcode <https://github.com/chillerlan/php-qrcode/>`__ [|version|]. Updated on |today|.
- This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.
- .. toctree::
- :maxdepth: 3
- :caption: Usage
- Usage-Overview.md
- Usage-Installation.md
- Usage-Quickstart.md
- Usage-Advanced-usage.md
- .. toctree::
- :maxdepth: 3
- :caption: Built-In Output Modules
- Built-In-Output-QREps.md
- Built-In-Output-QRFpdf.md
- Built-In-Output-QRGdImage.md
- Built-In-Output-QRImagick.md
- Built-In-Output-QRMarkupHTML.md
- Built-In-Output-QRMarkupSVG.md
- Built-In-Output-QRString.md
- .. toctree::
- :maxdepth: 3
- :caption: Public API
- API-QRCode.md
- API-QROptions.md
- API-QROutputInterface.md
- API-QRMatrix.md
- API-DecoderResult.md
- .. toctree::
- :maxdepth: 3
- :caption: Appendix
- Appendix-Terminology.md
- Appendix-URI-Content.md
- Appendix-License.md
|