PHPackages                             hamasakibrain/qrcode-generator - 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. hamasakibrain/qrcode-generator

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

hamasakibrain/qrcode-generator
==============================

Laravel package for use Qrcode Api

v1(3y ago)061MITPHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/HamasakiBrain/qrcode-generator)[ Packagist](https://packagist.org/packages/hamasakibrain/qrcode-generator)[ Docs](https://github.com/hamasakibrain/qrcode-generator)[ RSS](/packages/hamasakibrain-qrcode-generator/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)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 HamasakiBrain/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' => [
    // ...
    HamasakiBrain\QRCodeMonkey\QRCodeMonkeyServiceProvider::class,
];
```

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

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

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

[](#documentation)

### Custome Generate QRCode

[](#custome-generate-qrcode)

```
use HamasakiBrain\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 HamasakiBrain\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 HamasakiBrain\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 HamasakiBrain\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 [HamasakiBrain/laravel-qrcodemonkey](https://github.com/HamasakiBrain/laravel-qrcodemonkey) repository on the develop branch!

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1418d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5dcedadb933dc04a7b70c3543b1789afaba817c66308c4c0139c244c1ad3f913?d=identicon)[HamasakiBrain](/maintainers/HamasakiBrain)

---

Tags

qrcodelaravelqr-generatormonkey

### Embed Badge

![Health badge](/badges/hamasakibrain-qrcode-generator/health.svg)

```
[![Health](https://phpackages.com/badges/hamasakibrain-qrcode-generator/health.svg)](https://phpackages.com/packages/hamasakibrain-qrcode-generator)
```

###  Alternatives

[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[devtical/nova-qrcode-field

Nova QR code field

4560.6k2](/packages/devtical-nova-qrcode-field)

PHPackages © 2026

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