subsof/iqr

v1.0.5 2022-03-24 07:06 UTC

This package is auto-updated.

Last update: 2024-04-24 11:57:55 UTC


README

This Project is currently being developed, so there is absolutely nothing much too see yet. The purpose of this project will be to deliver an opensource alternative for the paid API of QRCode Monkey. QRCode Monkey Screenshot Currently there is only one custom layout that is able to be generated. I Allready published this version for some close friends who needed this. Stay tuned for future updates in where I'll try to add all the same options as in QRCode Monkey asap.

Installation

composer require subsof/iqr

Quickstart

$qr = new Subsof\Iqr\IQR();
$qr->setData("https://qrtech.me");
<img src="<?= $qr->imageSrc() ?>" />