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.
- Generate QR codes from text or URLs
- Download QR codes in PNG format
- Select QR code size (Small, Medium, Large)
- PHP (version 7.0 or higher)
- PHP QR Code Library Link
- Download the PHP QR Code library and extract it to the project folder.
- Create a folder named
qrcodes
for saving generated QR codes. - Run the project using a local PHP server (e.g., XAMPP, WAMP, or MAMP).
- Access the app through your browser at
localhost/qr-code-generator
.
- Open the web app and enter text or URL in the input box.
- Select the desired QR code size.
- Click "Generate QR Code" and download the generated QR code as an image.
This project is open-source and available under the MIT License.