Skip to content

Simple QR Scanner & QR Generator with just single line of code for PHP Web Applications.

Notifications You must be signed in to change notification settings

MuhaddiMu/Simple-QR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple QR Scanner & Generator PHP

Generate and Scan QR Code in just single line of code with php. This script use the third party API(goqr).

Installation

All you have to do is clone the repository in your project's folder.

git clone https://github.com/MuhaddiMu/Simple-QR.git

Usage

require_once('QR.php');

//Generating QR Code
QRgen("My QR Data");

//Scanning QR Code(Image)
QRscan("URL Path to image goes here");

Note: In QR Generating by default size of QR Image is 75x75. In Scanning QR Code from image make sure your image is not on localhost it wouldn't work on it.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


Coded by ❤️ Muhaddis

About

Simple QR Scanner & QR Generator with just single line of code for PHP Web Applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages