PHPackages                             subsof/iqr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. subsof/iqr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

subsof/iqr
==========

Generate QRCodes

v1.0.5(4y ago)020MITPHP

Since Mar 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Sublime-Software-Design/iQR)[ Packagist](https://packagist.org/packages/subsof/iqr)[ RSS](/packages/subsof-iqr/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Important Reminder!
-------------------

[](#important-reminder)

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](https://github.com/Sublime-Software-Design/iQR/raw/stable/qrmonkey.png?raw=true "QRCode Monkey Screenshot")](https://github.com/Sublime-Software-Design/iQR/blob/stable/qrmonkey.png?raw=true)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
------------

[](#installation)

```
composer require subsof/iqr

```

Quickstart
----------

[](#quickstart)

```
$qr = new Subsof\Iqr\IQR();
$qr->setData("https://qrtech.me");
