Download the PHP package sinri/ark-qr-builder without Composer
On this page you can find all versions of the php package sinri/ark-qr-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sinri/ark-qr-builder
More information about sinri/ark-qr-builder
Files in sinri/ark-qr-builder
Download sinri/ark-qr-builder
More information about sinri/ark-qr-builder
Files in sinri/ark-qr-builder
Vendor sinri
Package ark-qr-builder
Short Description The QR Builder components of Ark 2
License MIT
Package ark-qr-builder
Short Description The QR Builder components of Ark 2
License MIT
Please rate this library. Is it a good library?
Informations about the package ark-qr-builder
Ark-QRBuilder
The QR builder components of Ark 2.
Usage
0x00. Create a QRCode Instance
To generate a QRCode Instance, you can use \sinri\ark\qr\builder\ArkQRBuilder::makeQRInstance
or \sinri\ark\qr\builder\ArkQRBuilder::quickMakeMinimumQRInstance
.
Full Parameters, and only 1st and 4th is required for quick maker.
- $data
- $mode default as QRCode::QR_MODE_AUTO_DETECT,
- $type default as 4,
- $errorCorrectLevel default as QRCode::QR_ERROR_CORRECT_LEVEL_L
They might return an parameter, name it as $qr
.
0x01. Get Matrix
$qr->getQRMatrix();
0x02. Get HTML <table>
block
$qr->printHTML();
0x03. Output as Image
Basement
Based on kazuhikoarase/qrcode-generator in PHP, licensed under MIT.
All versions of ark-qr-builder with dependencies
PHP Build Version
Package Version
The package sinri/ark-qr-builder contains the following files
Loading the files please wait ....