PHPackages                             boitebeet/nova-qrcode-field - 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. boitebeet/nova-qrcode-field

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

boitebeet/nova-qrcode-field
===========================

Nova QR code field

1.0.0(5y ago)1419MITPHPPHP &gt;=7.1.0

Since Oct 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/boite-beet/nova-qrcode-field)[ Packagist](https://packagist.org/packages/boitebeet/nova-qrcode-field)[ RSS](/packages/boitebeet-nova-qrcode-field/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Nova QR Code
============

[](#nova-qr-code)

A Laravel Nova field to generate QR Code.

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

[](#installation)

You can install the Nova field in to a [Laravel](http://laravel.com) app that uses [Nova](http://nova.laravel.com) via composer :

```
composer require boitebeet/nova-qrcode-field

```

Usage
-----

[](#usage)

#### Basic

[](#basic)

```
Qrcode::make('QR Code')
    ->text('http://laravel.com')
```

[![Basic](https://camo.githubusercontent.com/8d838f4c2b4cb7dd98d8ca28c8fb098d093a5e14cb4b4f598ac95de5c04b3820/68747470733a2f2f692e696d6775722e636f6d2f563135666a776c2e706e67)](https://camo.githubusercontent.com/8d838f4c2b4cb7dd98d8ca28c8fb098d093a5e14cb4b4f598ac95de5c04b3820/68747470733a2f2f692e696d6775722e636f6d2f563135666a776c2e706e67)

#### Setting sizes

[](#setting-sizes)

```
Qrcode::make('QR Code')
    ->text('http://laravel.com')
    ->indexSize(100)
    ->detailSize(500)
```

#### With logo

[](#with-logo)

```
Qrcode::make('QR Code')
    ->text('http://laravel.com')
    ->logo('http://source.to/logo.png')
```

[![Logo](https://camo.githubusercontent.com/9dbc088cb541ab799bc5cb081209944008e2b67028683932929fa91f5ed5d8f4/68747470733a2f2f692e696d6775722e636f6d2f59466c41766f332e706e67)](https://camo.githubusercontent.com/9dbc088cb541ab799bc5cb081209944008e2b67028683932929fa91f5ed5d8f4/68747470733a2f2f692e696d6775722e636f6d2f59466c41766f332e706e67)

#### With background

[](#with-background)

```
Qrcode::make('QR Code')
    ->text('http://laravel.com')
    ->background('http://source.to/background.png')
```

[![Background](https://camo.githubusercontent.com/6ccdec6b6237b332b89eea7b3b279d37e555d3b270944bd96477374bafce376f/68747470733a2f2f692e696d6775722e636f6d2f6e4162754b43632e706e67)](https://camo.githubusercontent.com/6ccdec6b6237b332b89eea7b3b279d37e555d3b270944bd96477374bafce376f/68747470733a2f2f692e696d6775722e636f6d2f6e4162754b43632e706e67)

#### With logo &amp; background

[](#with-logo--background)

```
Qrcode::make('QR Code')
    ->text('http://laravel.com')
    ->logo('http://source.to/logo.png')
    ->background('http://source.to/background.png')
```

[![Logo & background](https://camo.githubusercontent.com/50a1faccaea6550d9a3dca2d5e75a64e74ffbd72d1621eadbfe8776ecc1c423d/68747470733a2f2f692e696d6775722e636f6d2f70705669346a6e2e706e67)](https://camo.githubusercontent.com/50a1faccaea6550d9a3dca2d5e75a64e74ffbd72d1621eadbfe8776ecc1c423d/68747470733a2f2f692e696d6775722e636f6d2f70705669346a6e2e706e67)

Related
-------

[](#related)

- [Nova QR Code Manager](https://github.com/Kristories/nova-qrcode-manager)

Credits
-------

[](#credits)

- [vue-qr](https://github.com/Binaryify/vue-qr)
- [Awesome-qr.js](https://github.com/SumiMakito/Awesome-qr.js)

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.6% 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

Unknown

Total

1

Last Release

2032d ago

### Community

Maintainers

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

---

Top Contributors

[![Kristories](https://avatars.githubusercontent.com/u/774338?v=4)](https://github.com/Kristories "Kristories (10 commits)")[![DanielLavoie90](https://avatars.githubusercontent.com/u/11962001?v=4)](https://github.com/DanielLavoie90 "DanielLavoie90 (8 commits)")[![bsormagec](https://avatars.githubusercontent.com/u/965219?v=4)](https://github.com/bsormagec "bsormagec (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/boitebeet-nova-qrcode-field/health.svg)

```
[![Health](https://phpackages.com/badges/boitebeet-nova-qrcode-field/health.svg)](https://phpackages.com/packages/boitebeet-nova-qrcode-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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