Micro QR Code in PHP: versions M1 to M4, error correction, code examples and SVG output
Your support helps keep this website running. Please consider supporting this project. SPONSORDONATE
- Nicola Asuni
Micro QR fits in one finder pattern instead of three, which takes the smallest symbol down to 11 modules square. Four versions, M1 to M4, and a ceiling of 35 digits: past that the data belongs in a full QR Code.
Type Token
Item
Value
Type token
MICROQR
Enum case
BarcodeType::MICROQR
Family
2D
Standard
ISO/IEC 18004
Class
\Com\Tecnick\Barcode\Type\Square\MicroQrCode
Input
Item
Value
Character set
numeric, alphanumeric and byte data
Length
up to 35 digits, 21 alphanumeric characters or 15 bytes at version M4
Check
Reed-Solomon error correction, computed by the library
Extra parameters
3 (see below)
Extra Parameters
Appended to the type token after commas, as in MICROQR,M,4,AN.