https://github.com/attendize/qr-generator
QR Code Generator
https://github.com/attendize/qr-generator
Last synced: about 1 year ago
JSON representation
QR Code Generator
- Host: GitHub
- URL: https://github.com/attendize/qr-generator
- Owner: Attendize
- License: mit
- Created: 2019-08-17T17:54:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T18:01:22.000Z (almost 7 years ago)
- Last Synced: 2025-04-19T08:33:59.614Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate QR codes from a CSV
===============
Your CSV should be in the format:
Firstname, Lastname, Email, ID number
To run the generator:
$ php bin/attendize_qr.php
The folder called /qr will be filled with two QR codes per CSV row. One will be the ID number for each person, the other will be a vCard that when scanned will provide the full name and email address of the person.