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

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

amusfq/barcode-field
====================

Filament barcode field

v0.0.3(1y ago)07MITJavaScriptPHP ^8.1CI failing

Since Feb 15Pushed 1y agoCompare

[ Source](https://github.com/amusfq/barcode-field)[ Packagist](https://packagist.org/packages/amusfq/barcode-field)[ Docs](https://github.com/amusfq/barcode-field)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/amusfq-barcode-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (16)Versions (4)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/b9d6d0fd9f5097bbdf17ee30900ca83b9ccc5643bc889c99dcbbbb28872304ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d757366712f626172636f64652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amusfq/barcode-field)[![Total Downloads](https://camo.githubusercontent.com/5dfeee1315c2d5217635bc3c32fe5d15a9ec0bab61dc3b339fd569083c979d16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d757366712f626172636f64652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amusfq/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 amusfq/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 amusfq\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

25

—

LowBetter than 37% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 69% 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 ~6 days

Total

3

Last Release

446d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelbarcode\_fieldamusfq

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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