Tagged articles
4 articles
Page 1 of 1
php Courses
php Courses
Nov 17, 2025 · Backend Development

How to Generate and Decode QR Codes in PHP with Simple Code Examples

This guide explains how to use the open‑source QRCode library in PHP to create QR code images with QRCode::png() and how to decode them using imagecreatefrompng() together with the ZXing library, providing complete code snippets and step‑by‑step instructions.

Image ProcessingPHPQR code
0 likes · 3 min read
How to Generate and Decode QR Codes in PHP with Simple Code Examples
php Courses
php Courses
Dec 12, 2024 · Backend Development

Generating and Decoding QR Codes in PHP

This article explains how to generate QR codes using the PHP QRCode library and how to decode them with PHP's image functions and the ZXing library, providing step‑by‑step code examples for creating, saving, and reading QR code images.

Backend DevelopmentPHPQR code
0 likes · 4 min read
Generating and Decoding QR Codes in PHP
Test Development Learning Exchange
Test Development Learning Exchange
May 30, 2018 · Backend Development

Generating QR Codes with the Python qrcode Library

This article explains how to install the qrcode module, generate QR codes using both functional and class‑based APIs, customize parameters such as version and error correction, produce PNG, SVG, and pure‑Python images, use the command‑line tool, and embed logos into QR codes with full code examples.

PythonQR codeQRCode library
0 likes · 10 min read
Generating QR Codes with the Python qrcode Library