1. Go to this page and download the library: Download nguyenary/qr-code-monkey library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nguyenary / qr-code-monkey example snippets
use nguyenary\QRCodeMonkey\QRCode;
$qrcode = new QRCode('nguyenary');
// Set logo path file to use
$qrcode->setLogo('image/facebook.png');
// Support png, svg, jpg, pdf, eps
$qrcode->setFileType('png');
// Size limit is 3480 pixel
$qrcode->setSize(200);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.