PHPackages                             prgayman/laravel-qrcodemonkey - 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. [API Development](/categories/api)
4. /
5. prgayman/laravel-qrcodemonkey

ActiveLibrary[API Development](/categories/api)

prgayman/laravel-qrcodemonkey
=============================

Laravel package for use Qrcode Monkey Api

1.0.2(6y ago)141.1k9[3 issues](https://github.com/prgayman/laravel-qrcodemonkey/issues)[1 PRs](https://github.com/prgayman/laravel-qrcodemonkey/pulls)MITPHP

Since Mar 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/prgayman/laravel-qrcodemonkey)[ Packagist](https://packagist.org/packages/prgayman/laravel-qrcodemonkey)[ Docs](https://github.com/prgayman/laravel-qrcodemonkey)[ RSS](/packages/prgayman-laravel-qrcodemonkey/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

QRCode Monky API
================

[](#qrcode-monky-api)

### The Free QR Code Generator for High Quality QR Codes

[](#the-free-qr-code-generator-for-high-quality-qr-codes)

[QRCode Monkey](https://www.qrcode-monkey.com/) is one of the most popular free online qr code generators with millions of already created QR codes. The high resolution of the QR codes and the powerful design options make it one of the best free QR code generators on the web that can be used for commercial and print purposes.

[![](https://camo.githubusercontent.com/5aad76728bb9cedea435af079c82bd5cf47569822561385d130f7c57dfc03711/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f66616365626f6f6b2e737667)](https://camo.githubusercontent.com/5aad76728bb9cedea435af079c82bd5cf47569822561385d130f7c57dfc03711/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f66616365626f6f6b2e737667) [![](https://camo.githubusercontent.com/4e5488bc1a3cfd7c13e76c27b08db1e385be9f9628a5f874abd8c449a009a522/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f796f75747562652e737667)](https://camo.githubusercontent.com/4e5488bc1a3cfd7c13e76c27b08db1e385be9f9628a5f874abd8c449a009a522/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f796f75747562652e737667) [![](https://camo.githubusercontent.com/f77633bdbe7bbfd03418d21e700431bfec8152755eca765128064214ef070b17/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f6e696e6a612e737667)](https://camo.githubusercontent.com/f77633bdbe7bbfd03418d21e700431bfec8152755eca765128064214ef070b17/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f6e696e6a612e737667) [![](https://camo.githubusercontent.com/208a8916d77c6941580be4cd5d2d56986db3ea1cce82a4d01b908675c1b1e9ce/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f747769747465722e737667)](https://camo.githubusercontent.com/208a8916d77c6941580be4cd5d2d56986db3ea1cce82a4d01b908675c1b1e9ce/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f747769747465722e737667) [![](https://camo.githubusercontent.com/ce53486f324ebe1778026372af9ef705a49b2da409378bbacf3aa61a6e871f52/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f7261696e2e737667)](https://camo.githubusercontent.com/ce53486f324ebe1778026372af9ef705a49b2da409378bbacf3aa61a6e871f52/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f7261696e2e737667) [![](https://camo.githubusercontent.com/98df91b63819fc662d829dbf5139139691aed541fce8da1fe25372beeb252ad5/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f6a756e676c652e737667)](https://camo.githubusercontent.com/98df91b63819fc662d829dbf5139139691aed541fce8da1fe25372beeb252ad5/68747470733a2f2f7777772e7172636f64652d6d6f6e6b65792e636f6d2f696d672f71722f74656d706c617465732f6a756e676c652e737667)

Features
--------

[](#features)

- Endless lifetime with unlimited scans
- High resolution QR Codes for Print
- QR Codes with Logo
- QR Code Vector Formats
- Custom Design and Colors
- Free for commercial usage

Installation
------------

[](#installation)

1. You can install the package via composer:

```
composer require prgayman/laravel-qrcodemonkey
```

2. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

```
'providers' => [
    // ...
    Prgayman\QRCodeMonkey\QRCodeMonkeyServiceProvider::class,
];
```

3. You should publish the config/qrcode\_monkey.php config file with:

```
php artisan vendor:publish --provider="Prgayman\QRCodeMonkey\QRCodeMonkeyServiceProvider"
```

Documentation
-------------

[](#documentation)

### Custome Generate QRCode

[](#custome-generate-qrcode)

```
use Prgayman\QRCodeMonkey\QRCode\CustomeGenerate;

$generate = new CustomeGenerate();
$qrcode = $generate->setType("email") // QRCode Type Generate
    ->setData([
        "email"=>"aymanalaiwah.dev@gmail.com",
        "subject"=>"QRCode Monkey Api",
        "body"=>"Test Send Mail"
    ])
    ->setFileType("svg")
    ->getQRCode();
echo $qrcode;
```

### Functions CustomeGenerate Class

[](#functions-customegenerate-class)

1. Set Qrcode Type (Optional) default value (text)

```
$generate = new CustomeGenerate();
/**
* @param string $type [ phone,sms, email, text, url, location,  wifi, bitcoin, event]
*/
$qrcode->setType($type);
```

2. Set Platform (Optional) default value (web)

```
$generate = new CustomeGenerate();
/**
* @param string $platform [android,ios,web]
*/
$qrcode->setPlatform($platform);
```

3. Set File type (Optional) default value (png)

```
$generate = new CustomeGenerate();
/**
* @param string $fileType [svg,png,eps,pdf]
*/
$qrcode->setFileType($fileType);
```

4. Set Qrcode Size (Optional) default value (300x300)

```
$generate = new CustomeGenerate();
/**
* @param string $size
*/
$qrcode->setSize($size);
```

5. Set Qrcode Background Color (Optional) default value (#ffffff)

```
$generate = new CustomeGenerate();
/**
* @param string $hexColor
*/
$qrcode->setBgColor($hexColor);
```

6. Set Qrcode Body Color (Optional) default value (#000000)

```
$generate = new CustomeGenerate();
/**
* @param string $hexColor
*/
$qrcode->setBodyColor($hexColor);
```

7. Set Qrcode Eye Color (Optional) default value (#000000)

```
$generate = new CustomeGenerate();
/**
* @param string $eye1Color default value (#000000)
* @param string $eye2Color default value (#000000)
* @param string $eye3Color default value (#000000)
*/
$qrcode->setEyeColors($eye1Color, $eye2Color, $eye3Color)
```

7. Set Qrcode Eye Ball Color (Optional) default value (#000000)

```
$generate = new CustomeGenerate();
/**
* @param string $eyeBall1Color default value (#000000)
* @param string $eyeBall2Color default value (#000000)
* @param string $eyeBall3Color default value (#000000)
*/
$qrcode->setEyeBallColors($eyeBall1Color, $eyeBall2Color, $eyeBall3Color)
```

8. Set Qrcode Gradient Color (Optional) default value (null)

```
$generate = new CustomeGenerate();
/**
* @param string $gradientColor1 default value (null)
* @param string $gradientColor2 default value (null)
*/
$qrcode->setGradientColors($gradientColor1, $gradientColor2)
```

9. Set Qrcode Gradient type (Optional) default value (linear)

```
$generate = new CustomeGenerate();
/**
* @param string $type [linear, radial]
*/
$qrcode->setGradientType($type)
```

10. Set Qrcode logo mode (Optional) default value (default)

```
$generate = new CustomeGenerate();
/**
* @param string $mode [default, clean]
*/
$qrcode->setLogoMode($mode)
```

11. Set Qrcode logo (Optional) default value (null)

```
$generate = new CustomeGenerate();
/**
* @param string $logo url logo
*/
$qrcode->setLogo($logo)
```

12. Gradient On Eyes default false

```
$generate = new CustomeGenerate();
$qrcode->gradientOnEyes()
```

13. Generate QrCode and return image data

```
$generate = new CustomeGenerate();
$qrcode->getQRCode()
```

14. Generate QrCode and return download image url

```
$generate = new CustomeGenerate();
$qrcode->donwload()
```

15. Set Qrcode Body shape (optional) default value (square)

```
$generate = new CustomeGenerate();

/**
* @param string $shape
*/
$qrcode->setBodyShape($shape);

// Get Body Shape Supported
use Prgayman\QRCodeMonkey\Support\Shapes;
$bodyShape = Shapes::bodyShape(); // Get Body Shape supported keys
$bodyShapeImgs = Shapes::getBodyShapeImg(); // Get Body Shape supported keys with image url
```

16. Set Qrcode Eye shape (optional) default value (frame0)

```
$generate = new CustomeGenerate();

/**
* @param string $shape
*/
$qrcode->setEyeShape($shape);

// Get Eye Shape Supported
use Prgayman\QRCodeMonkey\Support\Shapes;
$eyeFrameShape = Shapes::eyeFrameShape(); // Get Eye Shape supported keys
$eyeFrameShapeImgs = Shapes::getEyeFrameShapeImg(); // Get Eye Shape supported keys with image url
```

17. Set Qrcode Eye Ball shape (optional) default value (ball0)

```
$generate = new CustomeGenerate();

/**
* @param string $shape
*/
$qrcode->setEyeBallShape($shape);

// Get Eye Ball Shape Supported
use Prgayman\QRCodeMonkey\Support\Shapes;
$eyeBallShape = Shapes::eyeBallShape(); // Get Eye Ball Shape supported keys
$eyeBallShapeImg = Shapes::getEyeBallShapeImg(); // Get Eye Ball Shape supported keys with image url
```

Contributing
------------

[](#contributing)

Please submit all issues and pull requests to the [prgayman/laravel-qrcodemonkey](https://github.com/prgayman/laravel-qrcodemonkey) repository on the develop branch!

License
-------

[](#license)

This software is released under the [MIT license.](https://opensource.org/licenses/MIT)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a58ac9d97c7512d26d3399236df1329b0483e1c5d5cfc01e0dccb1437f03faaa?d=identicon)[aymanalaiwah](/maintainers/aymanalaiwah)

---

Top Contributors

[![prgayman](https://avatars.githubusercontent.com/u/62302022?v=4)](https://github.com/prgayman "prgayman (4 commits)")

---

Tags

qrcodelaravelmonkeyQRCodeMonkey

### Embed Badge

![Health badge](/badges/prgayman-laravel-qrcodemonkey/health.svg)

```
[![Health](https://phpackages.com/badges/prgayman-laravel-qrcodemonkey/health.svg)](https://phpackages.com/packages/prgayman-laravel-qrcodemonkey)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
