PHPackages                             tsungsoft/qr-code-reader - 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. tsungsoft/qr-code-reader

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

tsungsoft/qr-code-reader
========================

A Laravel Nova field.

0.1.3(6y ago)914.5k1[1 issues](https://github.com/anditsung/laravel-nova-qr-code-reader/issues)MITVuePHP &gt;=7.1.0

Since Oct 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/anditsung/laravel-nova-qr-code-reader)[ Packagist](https://packagist.org/packages/tsungsoft/qr-code-reader)[ RSS](/packages/tsungsoft-qr-code-reader/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

Laravel Nova QR Cod Reader Field
================================

[](#laravel-nova-qr-cod-reader-field)

This package allow user to decode qr code inside from field and display it

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

[](#installation)

using packagist

```
composer require tsungsoft/qr-code-reader

```

using github repository add this on composer.json

```
"require": {
    "tsungsoft/qr-code-reader": "*"
}
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/anditsung/laravel-nova-qr-code-reader"
    }
],

```

Configuration
-------------

[](#configuration)

### Localization

[](#localization)

publish lang files

```
php artisan vendor:publish --tag=qr-code-reader-lang

```

make a copy of `resources/lang/vendor/qr-code-reader/en.json` for each locale

Usage
-----

[](#usage)

```
use Illuminate\Http\Request;
use Laravel\Nova\Resource;
use Tsungsoft\QrCodeReader\QrCodeReader;

class ResourceName extends Resource {
    //...

    public function fields(Request $request)
    {
        return [
            //...

            QrCodeReader::make('Name', 'name_id')   // Name -> label name, name_id -> save to column
                ->canInput()                        // the user able to input the code using keyboard, default false
                ->canSubmit()                       // on modal scan need to click submit to send the code to the input value, default false
                ->displayValue()                    // display value beside qr code on detail view, default false
                ->qrSizeIndex()                     // set qr size on index, default 30
                ->qrSizeDetail()                    // set qr size on detail, default 100
                ->qrSizeForm()                      // set qr size on form, default 50
                ->viewable()                        // set viewable if has belongto value, default true
                ->displayWidth('720px'),            // set display width, default auto

            //...
        ];
    }
}
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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 ~2 days

Total

13

Last Release

2371d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1090413?v=4)[anditsung](/maintainers/anditsung)[@anditsung](https://github.com/anditsung)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/tsungsoft-qr-code-reader/health.svg)

```
[![Health](https://phpackages.com/badges/tsungsoft-qr-code-reader/health.svg)](https://phpackages.com/packages/tsungsoft-qr-code-reader)
```

###  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)
