giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
269 stars 77 forks source link

Bulk feature #14

Open Researcher33 opened 2 years ago

Researcher33 commented 2 years ago

How can we add bulk feature to it? For dynamic qr code. What kind of way should I follow for this?

giandonatoinverso commented 2 years ago

Hello I would like your valid contribution to the program. To implement the functionality you require you can use the PHPspreadsheet library to read an xlsx file containing the qrcode image and data. Then you have to enrich the DynamicQrcode class with the procedures to read the file and populate the database with the extracted data. Good job