| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .. php-qrcode documentation master file, created by sphinx-quickstart on Sun Jul 9 21:45:56 2023.
- markdown-rst converter: https://pandoc.org/try/
- ============================
- chillerlan PHP-QRCode Manual
- ============================
- User manual for `chillerlan/php-qrcode <https://github.com/chillerlan/php-qrcode/>`__ [|version|]. Updated on |today|.
- The phpDocumentor API documentation can be found at `chillerlan.github.io/php-qrcode <https://chillerlan.github.io/php-qrcode/>`__.
- 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
- Usage/Configuration-settings.md
- Usage/Reading-QRCodes.md
- Usage/Logos.md
- .. toctree::
- :maxdepth: 3
- :caption: Customizing output
- Customizing/Module-Values.md
- Customizing/QROutputAbstract.md
- Customizing/Custom-output-interface.md
- .. toctree::
- :maxdepth: 3
- :caption: Built-In Output Classes
- Built-In-Output/QREps.md
- Built-In-Output/QRFpdf.md
- Built-In-Output/QRGdImage.md
- Built-In-Output/QRImagick.md
- Built-In-Output/QRInterventionImage.md
- Built-In-Output/QRMarkupHTML.md
- Built-In-Output/QRMarkupSVG.md
- Built-In-Output/QRMarkupXML.md
- Built-In-Output/QRStringJSON.md
- Built-In-Output/QRStringText.md
- .. toctree::
- :maxdepth: 3
- :caption: Appendix
- Appendix/Terminology.md
- Appendix/URI-Content.md
- Appendix/Performance-considerations.md
- Appendix/Contribute.md
- Appendix/License.md
|