PHPackages                             designthebox/barcode-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. designthebox/barcode-field

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

designthebox/barcode-field
==========================

V0.0.6(1y ago)246.1k18[5 issues](https://github.com/Design-The-Box/barcode-field/issues)[6 PRs](https://github.com/Design-The-Box/barcode-field/pulls)MITBladePHP ^8.1CI passing

Since Oct 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Design-The-Box/barcode-field)[ Packagist](https://packagist.org/packages/designthebox/barcode-field)[ Docs](https://github.com/Design-The-Box/barcode-field)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/designthebox-barcode-field/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (16)Versions (11)Used By (0)

Filament Barcode Scanner Input
==============================

[](#filament-barcode-scanner-input)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e7f6a3d1cf94555fc84751dfa405c60280a37d969e9e9d37a034f72678b4d60a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64657369676e746865626f782f626172636f64652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/designthebox/barcode-field)[![Total Downloads](https://camo.githubusercontent.com/b668ec7a36364ea31c9fb3983e22a3e47b3a2fe8d7e2b192a4805193952b8ede/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64657369676e746865626f782f626172636f64652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/designthebox/barcode-field)

Table of Contents
-----------------

[](#table-of-contents)

- [Overview](#overview)
- [Screenshot](#screenshot)
- [Installation](#installation)
- [Usage](#usage)
- [Advanced Usage](#advanced-usage)
- [Features](#features)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Security Vulnerabilities](#security-vulnerabilities)
- [Credits](#credits)
- [License](#license)

Overview
--------

[](#overview)

The **Filament Barcode Scanner Input** package offers a user-friendly barcode input field for your Filament applications. This component supports dynamic scanning, enabling users to input barcodes seamlessly.

Key features include:

- **Modal Popup:** The component opens a modal popup for barcode scanning, providing a dedicated interface for users to scan and input barcodes without cluttering the main form.
- **Customizable Icon:** Users can customize the input field with their own icons, enhancing the visual appeal and allowing for better integration with existing designs.

With these features, the Filament Barcode Scanner Input package ensures an efficient and aesthetically pleasing user experience for barcode entry in your application.

Screenshot
----------

[](#screenshot)

[![Input Screenshot](https://raw.githubusercontent.com/Design-The-Box/barcode-field/main/assets/images/Input-Screenshot.png)](https://raw.githubusercontent.com/Design-The-Box/barcode-field/main/assets/images/Input-Screenshot.png)

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

[](#installation)

You can install the package via Composer:

```
composer require designthebox/barcode-field

```

Publish Assets:

```
php artisan vendor:publish --tag=barcode-scanner-assets

```

Usage
-----

[](#usage)

Once installed, you can use the BarcodeInput component in your Filament forms:

```
 use DesignTheBox\BarcodeField\Forms\Components\BarcodeInput;

// In your form definition
BarcodeInput::make('barcode')
    ->icon('heroicon-o-arrow-right') // Specify your Heroicon name here
    ->required(),
```

Features
--------

[](#features)

- Customizable icon using Heroicons.
- Responsive design for optimal use on various devices.
- Easy integration into your existing Filament forms.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Anthony Elleray](https://github.com/AElleray)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance61

Regular maintenance activity

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.4% 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 ~1 days

Total

5

Last Release

608d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9add8c45ace6846bc3b7c51c17808fc068a09d23f168eb7d1fbcd92481fbae82?d=identicon)[AElleray](/maintainers/AElleray)

---

Top Contributors

[![AElleray](https://avatars.githubusercontent.com/u/109745189?v=4)](https://github.com/AElleray "AElleray (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelDesign The Boxbarcode\_field

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/designthebox-barcode-field/health.svg)

```
[![Health](https://phpackages.com/badges/designthebox-barcode-field/health.svg)](https://phpackages.com/packages/designthebox-barcode-field)
```

###  Alternatives

[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6522.4k](/packages/biostate-filament-menu-builder)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

328482.0k25](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122157.7k1](/packages/stephenjude-filament-feature-flags)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94113.9k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-blog

Filament Blog Builder

20518.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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