/php-qr-code-generator

This is a simple web-based QR Code Generator built using PHP. Users can input any text or URL and generate a corresponding QR code that can be downloaded as an image.

Primary LanguagePHP

QR Code Generator using PHP

Description

This is a simple web-based QR Code Generator built using PHP. Users can input any text or URL and generate a corresponding QR code that can be downloaded as an image.

Features

  • Generate QR codes from text or URLs
  • Download QR codes in PNG format
  • Select QR code size (Small, Medium, Large)

Full Tutorial On YouTube

Prerequisites

Installation

  1. Download the PHP QR Code library and extract it to the project folder.
  2. Create a folder named qrcodes for saving generated QR codes.
  3. Run the project using a local PHP server (e.g., XAMPP, WAMP, or MAMP).
  4. Access the app through your browser at localhost/qr-code-generator.

Usage

  1. Open the web app and enter text or URL in the input box.
  2. Select the desired QR code size.
  3. Click "Generate QR Code" and download the generated QR code as an image.

License

This project is open-source and available under the MIT License.